summaryrefslogtreecommitdiff
path: root/upb/bytestream.h
diff options
context:
space:
mode:
Diffstat (limited to 'upb/bytestream.h')
-rw-r--r--upb/bytestream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/upb/bytestream.h b/upb/bytestream.h
index cff177b..6ea0328 100644
--- a/upb/bytestream.h
+++ b/upb/bytestream.h
@@ -199,6 +199,7 @@ INLINE int32_t upb_bytesink_printf(upb_bytesink *sink, upb_status *status,
typedef struct {
uint64_t ofs;
+ uint32_t len;
uint32_t refcount;
char data[];
} upb_stdio_buf;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback