summaryrefslogtreecommitdiffstats
path: root/server/reds.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-03-29 11:10:51 +0200
committerGerd Hoffmann <kraxel@redhat.com>2010-05-19 11:22:06 +0200
commit1a69ea662719b607546375b1b18683914ec6af33 (patch)
treee7f9279e3e1662216f4d1239d706b0231f79117c /server/reds.h
parentd1ab29c1af10c810ac0718a11188029e92be0cbe (diff)
downloadspice-1a69ea662719b607546375b1b18683914ec6af33.tar.gz
spice-1a69ea662719b607546375b1b18683914ec6af33.tar.xz
spice-1a69ea662719b607546375b1b18683914ec6af33.zip
new watch api: switch liasync read
Diffstat (limited to 'server/reds.h')
-rw-r--r--server/reds.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/reds.h b/server/reds.h
index a4c9f89c..60eef4a5 100644
--- a/server/reds.h
+++ b/server/reds.h
@@ -28,6 +28,7 @@ typedef struct RedsStreamContext {
void *ctx;
int socket;
+ SpiceWatch *watch;
/* set it to TRUE if you shutdown the socket. shutdown read doesn't work as accepted -
receive may return data afterwards. check the flag before calling receive*/