summaryrefslogtreecommitdiff
path: root/syncClientSocket.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-02-28 23:00:50 +0000
committerOthmar Gsenger <otti@anytun.org>2008-02-28 23:00:50 +0000
commit8d43427ce9fcfacf72e2065419a85ae4c71e7cfb (patch)
tree90111e0f2ba2890894901738b5edd813636b7e35 /syncClientSocket.h
parenttest (diff)
sync final fix
Diffstat (limited to 'syncClientSocket.h')
-rw-r--r--syncClientSocket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/syncClientSocket.h b/syncClientSocket.h
index e85b7cf..ea2c11c 100644
--- a/syncClientSocket.h
+++ b/syncClientSocket.h
@@ -27,6 +27,7 @@ private:
ConnectionList & cl_;
std::stringstream iss_;
int32_t missing_chars;
+ int32_t buffer_size_;
};