diff options
Diffstat (limited to 'src/stable/protocoltelnet.h')
-rw-r--r-- | src/stable/protocoltelnet.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stable/protocoltelnet.h b/src/stable/protocoltelnet.h index 60faef4..19298dc 100644 --- a/src/stable/protocoltelnet.h +++ b/src/stable/protocoltelnet.h | |||
@@ -11,6 +11,7 @@ | |||
11 | #include "bu/protocol.h" | 11 | #include "bu/protocol.h" |
12 | #include "bu/hash.h" | 12 | #include "bu/hash.h" |
13 | #include "bu/string.h" | 13 | #include "bu/string.h" |
14 | #include "bu/mutex.h" | ||
14 | 15 | ||
15 | // #define __TELNET_DEBUG | 16 | // #define __TELNET_DEBUG |
16 | 17 | ||
@@ -210,6 +211,8 @@ namespace Bu | |||
210 | #endif | 211 | #endif |
211 | 212 | ||
212 | private: | 213 | private: |
214 | Mutex mRead; | ||
215 | Mutex mWrite; | ||
213 | Client *pClient; | 216 | Client *pClient; |
214 | 217 | ||
215 | Bu::String sDataBuf; /**< Buffer for regular line data. */ | 218 | Bu::String sDataBuf; /**< Buffer for regular line data. */ |