summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/globals.h b/globals.h
index 2e9e700..8d591be 100644
--- a/globals.h
+++ b/globals.h
@@ -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;