Change enum type in struct to an int to allow different enum types to

be used for the field display type in the struct.


svn path=/trunk/; revision=36818
This commit is contained in:
Stephen Fisher 2011-04-22 17:25:25 +00:00
parent 6da2292163
commit 40620b4af5
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ struct _avp_type_t {
diam_avp_dissector_t v16;
diam_avp_dissector_t rfc;
enum ftenum ft;
base_display_e base;
int base;
avp_constructor_t build;
};