Mark X_MS_MediaReceiverRegistrar variables that are supposed to be evented as such.

This commit is contained in:
Justin Maggard
2014-01-29 18:47:57 -08:00
parent 58b2c604d8
commit dda5b1c19d
2 changed files with 13 additions and 127 deletions

View File

@ -57,6 +57,7 @@ struct argument {
unsigned char relatedVar; /* index of the related variable */
};
#define EVENTED 1<<7
struct stateVar {
const char * name;
unsigned char itype; /* MSB: sendEvent flag, 7 LSB: index in upnptypes */