summaryrefslogtreecommitdiff
path: root/src/components/protocol_handler/include/protocol_handler/multiframe_builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/protocol_handler/include/protocol_handler/multiframe_builder.h')
-rw-r--r--src/components/protocol_handler/include/protocol_handler/multiframe_builder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/protocol_handler/include/protocol_handler/multiframe_builder.h b/src/components/protocol_handler/include/protocol_handler/multiframe_builder.h
index 3da63bd79f..5a63532626 100644
--- a/src/components/protocol_handler/include/protocol_handler/multiframe_builder.h
+++ b/src/components/protocol_handler/include/protocol_handler/multiframe_builder.h
@@ -40,6 +40,7 @@
#include "protocol_handler/protocol_packet.h"
#include "utils/date_time.h"
+#include "utils/lock.h"
/**
*\namespace protocol_handlerHandler
@@ -125,6 +126,7 @@ class MultiFrameBuilder {
// Map of frames with last frame data for messages received in multiple
// frames.
MultiFrameMap multiframes_map_;
+ sync_primitives::Lock multiframes_map_lock_;
int64_t consecutive_frame_wait_msecs_;
};