summaryrefslogtreecommitdiffstats
path: root/server/reds_stream.h
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2013-10-22 16:41:42 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2014-01-20 12:15:42 +0100
commit2ea58dd7a7ec2952e85814ead55d1694584aa471 (patch)
tree0d633ecfc1a1b3bc632814d22b8dc0ee96786bcb /server/reds_stream.h
parent28fa3b1b3fbc554dbbaf8d2be0fe789846b7aa42 (diff)
downloadspice-2ea58dd7a7ec2952e85814ead55d1694584aa471.tar.gz
spice-2ea58dd7a7ec2952e85814ead55d1694584aa471.tar.xz
spice-2ea58dd7a7ec2952e85814ead55d1694584aa471.zip
Make RedsStream::info private
Diffstat (limited to 'server/reds_stream.h')
-rw-r--r--server/reds_stream.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/server/reds_stream.h b/server/reds_stream.h
index 64657c2a..ae3403ab 100644
--- a/server/reds_stream.h
+++ b/server/reds_stream.h
@@ -53,12 +53,6 @@ struct RedsStream {
receive may return data afterward. check the flag before calling receive*/
int shutdown;
- /* life time of info:
- * allocated when creating RedsStream.
- * deallocated when main_dispatcher handles the SPICE_CHANNEL_EVENT_DISCONNECTED
- * event, either from same thread or by call back from main thread. */
- SpiceChannelEventInfo* info;
-
RedsStreamPrivate *priv;
};