summaryrefslogtreecommitdiff
path: root/upb/structdefs.int.h
diff options
context:
space:
mode:
authorBo Yang <teboring@google.com>2017-03-13 17:49:26 -0700
committerBo Yang <teboring@google.com>2017-03-14 11:31:30 -0700
commit969ba5ef86a951cb262929cb8a3fa31df6014517 (patch)
tree40078b87840fff89e5c9e40d5986a9d1649eaa32 /upb/structdefs.int.h
parent5a8467842acfbd117ec9231f8231fc33c3304035 (diff)
Add new file option php_class_prefix.
This option will be prepended to all php generated classes. The PHP runtime needs to know this option to figure out the class name for specific message.
Diffstat (limited to 'upb/structdefs.int.h')
-rw-r--r--upb/structdefs.int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/upb/structdefs.int.h b/upb/structdefs.int.h
index 740b2dc..ec5f4eb 100644
--- a/upb/structdefs.int.h
+++ b/upb/structdefs.int.h
@@ -178,6 +178,7 @@ struct upb_filedef {
const char *name;
const char *package;
+ const char *phpprefix;
upb_syntax_t syntax;
upb_inttable defs;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback