diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-11-22 15:00:12 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-11-22 15:00:12 +0100 |
commit | e4b3987cc6e2cc1a28bbaf566f0fb6625e25f3ee (patch) | |
tree | 1af91b9429d2893a93531856c90122b6da278e9e /include/object/xdrstream.h | |
parent | 0770f9e077bf1dad9a977e6ad78ea0389794922b (diff) |
stdbuf: Track buffer size
Diffstat (limited to 'include/object/xdrstream.h')
-rw-r--r-- | include/object/xdrstream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/object/xdrstream.h b/include/object/xdrstream.h index 55bef5b..e8d4ddc 100644 --- a/include/object/xdrstream.h +++ b/include/object/xdrstream.h @@ -6,7 +6,7 @@ class XDRStream { private: XDRStream(const XDRStream& copy); - uint32_t next_array_len; + uint16_t next_array_len; bool is_fixed_length; public: |