diff options
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -785,6 +785,11 @@ typedef struct { typedef struct { + int connections; +} RemoteStruct; + + +typedef struct { ConstraintsStruct Constraints; ChannelStruct ChannelState[max_channels]; FlashStruct Flash; @@ -795,6 +800,7 @@ typedef struct { FlagStruct DefaultFlags; TimeStruct Timers; MenuStatusStruct MenuStatus; + RemoteStruct Remote; int control_mode; // FIXME and all instances of control_mode } GlobalStruct; |