aboutsummaryrefslogtreecommitdiffstats
path: root/qerror.h
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2009-12-07 21:37:08 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2009-12-07 16:34:35 -0600
commita6906e31a8d025a0dd626ee3c14dd58e7b9ab445 (patch)
tree3f1110c6f384ec95adbadb40edb08ece18ddc296 /qerror.h
parent7a84cb23c077488b0e1926b3e909ea128a80dc58 (diff)
QError: New QERR_VNC_SERVER_FAILED
Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qerror.h')
-rw-r--r--qerror.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/qerror.h b/qerror.h
index b85689933..1a05d9a66 100644
--- a/qerror.h
+++ b/qerror.h
@@ -83,4 +83,7 @@ QError *qobject_to_qerror(const QObject *obj);
#define QERR_UNDEFINED_ERROR \
"{ 'class': 'UndefinedError', 'data': {} }"
+#define QERR_VNC_SERVER_FAILED \
+ "{ 'class': 'VNCServerFailed', 'data': { 'target': %s } }"
+
#endif /* QERROR_H */