summaryrefslogtreecommitdiff
path: root/src/upb_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb_decoder.h')
-rw-r--r--src/upb_decoder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/upb_decoder.h b/src/upb_decoder.h
index 5662c9c..d0848f8 100644
--- a/src/upb_decoder.h
+++ b/src/upb_decoder.h
@@ -70,6 +70,8 @@ struct _upb_decoder {
// Msgdef for the current level.
upb_msgdef *msgdef;
+
+ size_t bytes_parsed_fast, bytes_parsed_slow;
};
// A upb_decoder decodes the binary protocol buffer format, writing the data it
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback