summaryrefslogtreecommitdiff
path: root/upb/bytestream.h
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2011-08-21 12:26:17 -0700
committerJosh Haberman <jhaberman@gmail.com>2011-08-21 12:26:17 -0700
commit9d2fcd3692dfb8c69e02ac55f817562cef7426e1 (patch)
treebb78b30b7313d123b466ecba164d72291e895c15 /upb/bytestream.h
parent6c6013e51e196c54df4f0f7db78e31dab59e2bc5 (diff)
Some progress on upb_stdio.
It's still not correct, but it's closer.
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