summaryrefslogtreecommitdiff
path: root/stream/upb_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/upb_decoder.h')
-rw-r--r--stream/upb_decoder.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/stream/upb_decoder.h b/stream/upb_decoder.h
index 0684ea2..1c62753 100644
--- a/stream/upb_decoder.h
+++ b/stream/upb_decoder.h
@@ -53,6 +53,9 @@ struct _upb_decoder {
// Current input buffer.
upb_string *buf;
+ // Temporary string for passing to callbacks.
+ upb_string *tmp;
+
// The offset within the overall stream represented by the *beginning* of buf.
size_t buf_stream_offset;
};
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback