summaryrefslogtreecommitdiff
path: root/syncClientSocket.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-02-28 21:30:28 +0000
committerOthmar Gsenger <otti@anytun.org>2008-02-28 21:30:28 +0000
commit8ddb2c09f6cf2e3781ed660aa28f4e68aeeb4fc5 (patch)
tree7566f560540433674070fe810476a1497c0842ee /syncClientSocket.h
parentremoved dummy file (diff)
new sync protocol
Diffstat (limited to 'syncClientSocket.h')
-rw-r--r--syncClientSocket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/syncClientSocket.h b/syncClientSocket.h
index 5334079..432657a 100644
--- a/syncClientSocket.h
+++ b/syncClientSocket.h
@@ -26,7 +26,7 @@ public:
private:
ConnectionList & cl_;
std::stringstream iss_;
- uint16_t missing_chars;
+ int16_t missing_chars;
};