summaryrefslogtreecommitdiffstats
path: root/server/red_dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/red_dispatcher.h')
-rw-r--r--server/red_dispatcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/red_dispatcher.h b/server/red_dispatcher.h
index 4d0d2a8c..7d23b119 100644
--- a/server/red_dispatcher.h
+++ b/server/red_dispatcher.h
@@ -43,10 +43,10 @@ void red_dispatcher_client_monitors_config(VDAgentMonitorsConfig *monitors_confi
typedef struct RedWorkerMessageDisplayConnect {
RedClient * client;
RedsStream * stream;
- int migration;
uint32_t *common_caps; // red_worker should free
- int num_common_caps;
uint32_t *caps; // red_worker should free
+ int migration;
+ int num_common_caps;
int num_caps;
} RedWorkerMessageDisplayConnect;