aboutsummaryrefslogtreecommitdiff
path: root/include/salticidae/msg.h
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2019-03-27 11:05:12 -0400
committerDeterminant <ted.sybil@gmail.com>2019-03-27 11:05:12 -0400
commitc91fdee8e845a2eccbc680c2d88748b2ac95a407 (patch)
tree4a03e9c2d5ea752517d6811b5ec193268a39e361 /include/salticidae/msg.h
parenta4015bde81371a8b998361ccfb56d5fd714e3ec6 (diff)
...
Diffstat (limited to 'include/salticidae/msg.h')
-rw-r--r--include/salticidae/msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/salticidae/msg.h b/include/salticidae/msg.h
index 257ce4f..42a9bc2 100644
--- a/include/salticidae/msg.h
+++ b/include/salticidae/msg.h
@@ -56,7 +56,7 @@ class MsgBase {
mutable bool no_payload;
public:
- MsgBase(): magic(0x0), no_payload(true) {}
+ MsgBase(): magic(0x0), opcode(0xff), no_payload(true) {}
template<typename MsgType,
typename = typename std::enable_if<