summaryrefslogtreecommitdiff
path: root/upb/pb/decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'upb/pb/decoder.h')
-rw-r--r--upb/pb/decoder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/upb/pb/decoder.h b/upb/pb/decoder.h
index 4529324..4313bb3 100644
--- a/upb/pb/decoder.h
+++ b/upb/pb/decoder.h
@@ -234,6 +234,7 @@ struct upb_pbdecoder {
// Stores the user buffer passed to our decode function.
const char *buf_param;
size_t size_param;
+ const upb_bufhandle *handle;
#ifdef UPB_USE_JIT_X64
// Used momentarily by the generated code to store a value while a user
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback