From 338a809c792fcec15e25bf6099fcf53e678ca614 Mon Sep 17 00:00:00 2001 From: "Carl C. Trieloff" Date: Thu, 29 May 2008 20:06:03 +0000 Subject: Performnace fix, improves 6-8% on high core count machines. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@661455 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/framing/FrameSet.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/src/qpid/framing/FrameSet.h') 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 Frames; const SequenceNumber id; Frames parts; + mutable uint64_t contentSize; + mutable bool recalculateSize; public: typedef boost::shared_ptr shared_ptr; -- cgit v1.2.1