menuselect: Add an opaque "member_data" string to the acceptable xml

Change-Id: Id5ac43b95c8d7395f3be37f983632169db3d1afe
This commit is contained in:
George Joseph
2016-08-01 15:13:17 -06:00
parent de7e9fe95b
commit f6276441b1
2 changed files with 8 additions and 0 deletions

View File

@@ -70,6 +70,8 @@ struct member {
const char *touch_on_change;
const char *support_level;
const char *replacement;
/*! member_data is just an opaque, member-specific string */
const char *member_data;
/*! This module is currently selected */
unsigned int enabled:1;
/*! This module was enabled when the config was loaded */