summaryrefslogtreecommitdiff
path: root/seqWindow.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-12-07 15:07:11 +0000
committerOthmar Gsenger <otti@anytun.org>2007-12-07 15:07:11 +0000
commit28063bacec25253d5c67668932321c2044d1aa02 (patch)
tree951a787537b00877c4533dd19c75206e609853f3 /seqWindow.h
parentserialisation of buffer und connection param (diff)
serialisation & makefile fix
Diffstat (limited to 'seqWindow.h')
-rw-r--r--seqWindow.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/seqWindow.h b/seqWindow.h
index 77af418..074ecb5 100644
--- a/seqWindow.h
+++ b/seqWindow.h
@@ -37,6 +37,12 @@
#include "threadUtils.hpp"
#include "datatypes.h"
+namespace boost {
+ namespace serialization {
+ class access;
+ }
+}
+
class SeqWindow
{
public:
@@ -56,6 +62,9 @@ private:
SeqWindow(const SeqWindow &s);
void operator=(const SeqWindow &s);
+ template<class Archive>
+ void serialize(Archive & ar, const unsigned int version);
+
window_size_t window_size_;
Mutex mutex_;
SenderMap sender_;