diff options
Diffstat (limited to 'src/socket.h')
-rw-r--r-- | src/socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/socket.h b/src/socket.h index f12f79c..bef0e9c 100644 --- a/src/socket.h +++ b/src/socket.h | |||
@@ -104,6 +104,7 @@ namespace Bu | |||
104 | int nSocket; | 104 | int nSocket; |
105 | #endif | 105 | #endif |
106 | bool bActive; | 106 | bool bActive; |
107 | bool bBlocking; | ||
107 | FString sReadBuf; | 108 | FString sReadBuf; |
108 | FString sAddress; | 109 | FString sAddress; |
109 | }; | 110 | }; |