summaryrefslogtreecommitdiff
path: root/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'buffer.h')
-rw-r--r--buffer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/buffer.h b/buffer.h
index 063be91..df17953 100644
--- a/buffer.h
+++ b/buffer.h
@@ -61,6 +61,8 @@ public:
operator u_int8_t*();
protected:
+ virtual void reinit() {};
+
u_int8_t *buf_;
u_int32_t length_;
u_int32_t real_length_;