summaryrefslogtreecommitdiffstats
path: root/server/agent-msg-filter.h
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-09-10 18:26:29 +0300
committerAlon Levy <alevy@redhat.com>2012-09-13 14:47:32 +0300
commitd694739b214853f19ab1a0df27e49b5417946b70 (patch)
treee2011b08dfe3bb939f9dc0b88bbbbba4ca56d4ef /server/agent-msg-filter.h
parent4338968aad68a84b62d7946b50ecd3d391a66571 (diff)
downloadspice-d694739b214853f19ab1a0df27e49b5417946b70.tar.gz
spice-d694739b214853f19ab1a0df27e49b5417946b70.tar.xz
spice-d694739b214853f19ab1a0df27e49b5417946b70.zip
server: Filter VD_AGENT_MONITORS_CONFIG
If the guest supports client monitors config we pass it the VDAgentMonitorsConfig message via the QXLInterface::client_monitors_config api instead of via the vdagent.
Diffstat (limited to 'server/agent-msg-filter.h')
-rw-r--r--server/agent-msg-filter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/agent-msg-filter.h b/server/agent-msg-filter.h
index ecccfc72..0132ad7f 100644
--- a/server/agent-msg-filter.h
+++ b/server/agent-msg-filter.h
@@ -28,6 +28,7 @@ enum {
AGENT_MSG_FILTER_OK,
AGENT_MSG_FILTER_DISCARD,
AGENT_MSG_FILTER_PROTO_ERROR,
+ AGENT_MSG_FILTER_MONITORS_CONFIG,
AGENT_MSG_FILTER_END
};