diff --git a/streamed_mutation.hh b/streamed_mutation.hh index adb8b17110..7ee8f4c108 100644 --- a/streamed_mutation.hh +++ b/streamed_mutation.hh @@ -399,6 +399,7 @@ public: // supposed to fill a buffer with mutation fragments until is_buffer_full() // or end of stream is encountered. class impl { + circular_buffer _buffer; protected: // FIXME: use size in bytes of the mutation_fragments static constexpr size_t buffer_size = 16; @@ -408,7 +409,6 @@ public: tombstone _partition_tombstone; bool _end_of_stream = false; - circular_buffer _buffer; friend class streamed_mutation; protected: