summaryrefslogtreecommitdiffstats
path: root/server/dcc.h
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-09-26 14:01:41 +0200
committerFabiano Fidêncio <fidencio@redhat.com>2015-02-23 23:00:39 +0100
commit667b804814087899964747c6685d2d7cd238b54f (patch)
treec8a3119b8db1418d37015712427c8b317153e03e /server/dcc.h
parent8ceb4606e1a072f5811a11e164da5a5c45b37799 (diff)
downloadspice-667b804814087899964747c6685d2d7cd238b54f.tar.gz
spice-667b804814087899964747c6685d2d7cd238b54f.tar.xz
spice-667b804814087899964747c6685d2d7cd238b54f.zip
worker: move dcc_handle_message
Diffstat (limited to 'server/dcc.h')
-rw-r--r--server/dcc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/dcc.h b/server/dcc.h
index d478be47..d6677903 100644
--- a/server/dcc.h
+++ b/server/dcc.h
@@ -142,6 +142,9 @@ DisplayChannelClient* dcc_new (DisplayCha
spice_wan_compression_t jpeg_state,
spice_wan_compression_t zlib_glz_state);
void dcc_start (DisplayChannelClient *dcc);
+int dcc_handle_message (RedChannelClient *rcc,
+ uint32_t size,
+ uint16_t type, void *msg);
void dcc_push_monitors_config (DisplayChannelClient *dcc);
void dcc_destroy_surface (DisplayChannelClient *dcc,
uint32_t surface_id);