summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/upb_stream.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/upb_stream.h b/src/upb_stream.h
index 3f7c843..fe66c63 100644
--- a/src/upb_stream.h
+++ b/src/upb_stream.h
@@ -80,6 +80,9 @@ typedef enum {
// objects to compose; a set of upb_handlers need not know whether it is the
// top-level message or a sub-message. May not be returned from any other
// callback.
+ //
+ // WARNING! The delegation API is slated for some significant changes.
+ // See: http://code.google.com/p/upb/issues/detail?id=6
UPB_DELEGATE,
} upb_flow_t;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback