diff options
Diffstat (limited to 'src/net/messageout.h')
-rw-r--r-- | src/net/messageout.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/messageout.h b/src/net/messageout.h index b2429ab33..9238e2c55 100644 --- a/src/net/messageout.h +++ b/src/net/messageout.h @@ -99,6 +99,8 @@ class MessageOut notfinal char *mData; /**< Data building up. */ unsigned int mDataSize; /**< Size of data. */ unsigned int mPos; /**< Position in the data. */ + uint16_t mId; + bool mIgnore; }; } // namespace Net |