summaryrefslogtreecommitdiff
path: root/syncClientSocket.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-02-28 20:53:50 +0000
committerOthmar Gsenger <otti@anytun.org>2008-02-28 20:53:50 +0000
commitf63e7fe64401bcd46e5b12bca2c861e0d8e0ce11 (patch)
tree1d7817d5588f75abcf6c09a7345cff1a8a33464e /syncClientSocket.h
parentadded file parameter to anymux (diff)
ll
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 1909ebb..5334079 100644
--- a/syncClientSocket.h
+++ b/syncClientSocket.h
@@ -26,6 +26,7 @@ public:
private:
ConnectionList & cl_;
std::stringstream iss_;
+ uint16_t missing_chars;
};