summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing/FrameSet.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/framing/FrameSet.h')
-rw-r--r--cpp/src/qpid/framing/FrameSet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/framing/FrameSet.h b/cpp/src/qpid/framing/FrameSet.h
index 454d292d9d..d23cb717c9 100644
--- a/cpp/src/qpid/framing/FrameSet.h
+++ b/cpp/src/qpid/framing/FrameSet.h
@@ -38,6 +38,8 @@ class FrameSet
typedef std::vector<AMQFrame> Frames;
const SequenceNumber id;
Frames parts;
+ mutable uint64_t contentSize;
+ mutable bool recalculateSize;
public:
typedef boost::shared_ptr<FrameSet> shared_ptr;