summaryrefslogtreecommitdiffstats
path: root/server/inputs_channel.c
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2013-02-18 12:42:56 -0500
committerYonit Halperin <yhalperi@redhat.com>2013-04-22 16:30:54 -0400
commit9a62a9a809eaf018707a2a8d790b7be4f3608e3a (patch)
treee722ab04bfaf0e2dcb8132bd872823521be53ede /server/inputs_channel.c
parentd146ae0d926075bcedf93a654c793065c3bebf66 (diff)
downloadspice-9a62a9a809eaf018707a2a8d790b7be4f3608e3a.tar.gz
spice-9a62a9a809eaf018707a2a8d790b7be4f3608e3a.tar.xz
spice-9a62a9a809eaf018707a2a8d790b7be4f3608e3a.zip
red_channel: monitor connection latency using MSG_PING
Diffstat (limited to 'server/inputs_channel.c')
-rw-r--r--server/inputs_channel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/inputs_channel.c b/server/inputs_channel.c
index c968bb2b..931dac17 100644
--- a/server/inputs_channel.c
+++ b/server/inputs_channel.c
@@ -532,6 +532,7 @@ static void inputs_connect(RedChannel *channel, RedClient *client,
channel,
client,
stream,
+ FALSE,
num_common_caps, common_caps,
num_caps, caps);
if (!icc) {