summaryrefslogtreecommitdiffstats
path: root/server/reds_stream.h
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2014-01-06 22:38:44 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2014-01-20 12:15:42 +0100
commit28fa3b1b3fbc554dbbaf8d2be0fe789846b7aa42 (patch)
tree3751f22655ad96aff601dec2ff3ce692997155e2 /server/reds_stream.h
parent82511418a08a55fdea3348c788b3a71e179ecd0f (diff)
downloadspice-28fa3b1b3fbc554dbbaf8d2be0fe789846b7aa42.tar.gz
spice-28fa3b1b3fbc554dbbaf8d2be0fe789846b7aa42.tar.xz
spice-28fa3b1b3fbc554dbbaf8d2be0fe789846b7aa42.zip
Introduce reds_stream_set_channel()
Diffstat (limited to 'server/reds_stream.h')
-rw-r--r--server/reds_stream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/reds_stream.h b/server/reds_stream.h
index add9b2e4..64657c2a 100644
--- a/server/reds_stream.h
+++ b/server/reds_stream.h
@@ -81,6 +81,8 @@ void reds_stream_free(RedsStream *s);
void reds_stream_push_channel_event(RedsStream *s, int event);
void reds_stream_remove_watch(RedsStream* s);
+void reds_stream_set_channel(RedsStream *stream, int connection_id,
+ int channel_type, int channel_id);
RedsStream *reds_stream_new(int socket);
bool reds_stream_is_ssl(RedsStream *stream);
RedsStreamSslStatus reds_stream_ssl_accept(RedsStream *stream);