summaryrefslogtreecommitdiff
path: root/protocols/Dummy/src/dummy_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Dummy/src/dummy_proto.h')
-rw-r--r--protocols/Dummy/src/dummy_proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Dummy/src/dummy_proto.h b/protocols/Dummy/src/dummy_proto.h
index c236c31093..d2da9b0d61 100644
--- a/protocols/Dummy/src/dummy_proto.h
+++ b/protocols/Dummy/src/dummy_proto.h
@@ -53,4 +53,6 @@ struct CDummyProto : public PROTO<CDummyProto>
char uniqueIdSetting[100];
int getTemplateId();
+
+ volatile unsigned int msgid;
};