summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vespalib/src/vespa/vespalib/datastore/bufferstate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespalib/src/vespa/vespalib/datastore/bufferstate.h b/vespalib/src/vespa/vespalib/datastore/bufferstate.h
index a90e4ea7833..ac6d1d54811 100644
--- a/vespalib/src/vespa/vespalib/datastore/bufferstate.h
+++ b/vespalib/src/vespa/vespalib/datastore/bufferstate.h
@@ -64,7 +64,7 @@ private:
Alloc _buffer;
uint32_t _arraySize;
uint16_t _typeId;
- State _state : 2;
+ State _state : 8;
bool _disableElemHoldList : 1;
bool _compacting : 1;
public: