summaryrefslogtreecommitdiff
path: root/upb/handlers.h
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2011-09-14 17:18:54 -0700
committerJoshua Haberman <jhaberman@gmail.com>2011-09-14 17:18:54 -0700
commit878fc9c3625cc6da8bb40abb93d17d7237feb540 (patch)
tree1b375e5f6d8628e661dddecaf441c421a22fa3a1 /upb/handlers.h
parent7f045f9451857a62b77ff8514f3094b53413227b (diff)
Small typo fix.
Diffstat (limited to 'upb/handlers.h')
-rw-r--r--upb/handlers.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/upb/handlers.h b/upb/handlers.h
index 37fba97..2945d8c 100644
--- a/upb/handlers.h
+++ b/upb/handlers.h
@@ -69,7 +69,7 @@ extern "C" {
// return UPB_CONTINUE;
// }
//
-// static upb_sflow_t startseqmsg(void *closure, upb_value fval) {
+// static upb_sflow_t startseq(void *closure, upb_value fval) {
// // Called when a sequence (repeated field) begins. The second element
// // of the return value is the closure for the sequence.
// return UPB_CONTINUE_WITH(closure);
@@ -197,6 +197,7 @@ typedef struct _upb_mhandlers {
uint32_t jit_startmsg_pclabel;
uint32_t jit_endofbuf_pclabel;
uint32_t jit_endofmsg_pclabel;
+ uint32_t jit_dyndispatch_pclabel;
uint32_t jit_unknownfield_pclabel;
int32_t jit_parent_field_done_pclabel;
uint32_t max_field_number;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback