summaryrefslogtreecommitdiffstats
path: root/server/display-channel.h
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2015-11-13 10:29:17 -0600
committerFrediano Ziglio <fziglio@redhat.com>2015-11-18 14:10:45 +0000
commit8c750746f33a3c562cd96471f5ffc9c49aa1869f (patch)
treeb88fc3cdc63c1d2f14d375eeb10084663a354365 /server/display-channel.h
parent39e1cbe3211b06bca6e5d906ffb4d0582440c5cc (diff)
downloadspice-8c750746f33a3c562cd96471f5ffc9c49aa1869f.tar.gz
spice-8c750746f33a3c562cd96471f5ffc9c49aa1869f.tar.xz
spice-8c750746f33a3c562cd96471f5ffc9c49aa1869f.zip
worker: move stream_agent_stop and friends
Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
Diffstat (limited to 'server/display-channel.h')
-rw-r--r--server/display-channel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/display-channel.h b/server/display-channel.h
index cd264780..c00d48d5 100644
--- a/server/display-channel.h
+++ b/server/display-channel.h
@@ -246,6 +246,8 @@ void dcc_push_destroy_surface (DisplayCha
uint32_t surface_id);
void dcc_add_stream_agent_clip (DisplayChannelClient* dcc,
StreamAgent *agent);
+void dcc_create_stream (DisplayChannelClient *dcc,
+ Stream *stream);
typedef struct DrawablePipeItem {
RingItem base; /* link for a list of pipe items held by Drawable */