diff options
Diffstat (limited to 'remote-processor/Socket.h')
-rw-r--r-- | remote-processor/Socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remote-processor/Socket.h b/remote-processor/Socket.h index 00bd8bc..8c3fb9f 100644 --- a/remote-processor/Socket.h +++ b/remote-processor/Socket.h @@ -108,4 +108,5 @@ private: * See hasPeerDisconnected for more details. */ bool _disconnected; + int mSendFlag; }; |