diff options
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -779,6 +779,12 @@ typedef struct { } HWDetectStruct; +#define NO_SERVER_LOCKED -1 +typedef struct { + int command_in_progress; + int locked_network_server; +} LockStruct; + typedef struct { ConstraintsStruct Constraints; ChannelStruct ChannelState[max_channels]; @@ -793,6 +799,7 @@ typedef struct { MenuStatusStruct MenuStatus; RemoteStruct Remote; HWDetectStruct HWDetect; + LockStruct 4882Locks; } GlobalStruct; |