summaryrefslogtreecommitdiff
path: root/src/upb_stream.h
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2011-02-14 00:03:12 -0800
committerJoshua Haberman <joshua@reverberate.org>2011-02-14 00:03:12 -0800
commitb2d66287d9bf2bc5ebf4af98f11b662c8bf9a4b5 (patch)
treebe1b4d63c5908ebb7a44c39442ab22a6c65e71c0 /src/upb_stream.h
parentb40b40fb89825c3d46fcf25d88b67651b3f03d42 (diff)
Add warning about upcoming delegation changes.
Diffstat (limited to 'src/upb_stream.h')
-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