diff options
Diffstat (limited to 'src/stable/client.h')
-rw-r--r-- | src/stable/client.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stable/client.h b/src/stable/client.h index 89e8144..ac882eb 100644 --- a/src/stable/client.h +++ b/src/stable/client.h | |||
@@ -13,6 +13,7 @@ | |||
13 | #include "bu/config.h" | 13 | #include "bu/config.h" |
14 | #include "bu/string.h" | 14 | #include "bu/string.h" |
15 | #include "bu/queuebuf.h" | 15 | #include "bu/queuebuf.h" |
16 | #include "bu/mutex.h" | ||
16 | 17 | ||
17 | namespace Bu | 18 | namespace Bu |
18 | { | 19 | { |
@@ -127,6 +128,8 @@ namespace Bu | |||
127 | Bu::QueueBuf qbWrite; | 128 | Bu::QueueBuf qbWrite; |
128 | bool bWantsDisconnect; | 129 | bool bWantsDisconnect; |
129 | class Bu::ClientLinkFactory *pfLink; | 130 | class Bu::ClientLinkFactory *pfLink; |
131 | Bu::Mutex mRead; | ||
132 | Bu::Mutex mWrite; | ||
130 | }; | 133 | }; |
131 | } | 134 | } |
132 | 135 | ||