summaryrefslogtreecommitdiff
path: root/upb/pb/decoder.h
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2014-01-21 18:38:49 -0800
committerJosh Haberman <jhaberman@gmail.com>2014-01-21 18:38:49 -0800
commit0fd2f830882402979a83010e89650e7245960d39 (patch)
tree0968ca9424c5fb2433047519cbd54d3dd8d0b863 /upb/pb/decoder.h
parentce9bba3cb5409844f8f3d7dcc235a9ea30cad090 (diff)
Sync to internal Google development.
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