aboutsummaryrefslogtreecommitdiff
path: root/qerror.h
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2009-12-07 21:37:12 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2009-12-07 16:34:36 -0600
commit41471a2338522d72955c20179e16cff4d546b32a (patch)
tree88b168e8f5d1ea758d51f8c6c498f37583f8f1fe /qerror.h
parent063c1a0918d5a08f7ba89300d022b3421174fbf7 (diff)
QError: New QERR_FD_NOT_SUPPLIED
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 bda764ff9f..2262619a68 100644
--- a/qerror.h
+++ b/qerror.h
@@ -59,6 +59,9 @@ QError *qobject_to_qerror(const QObject *obj);
#define QERR_FD_NOT_FOUND \
"{ 'class': 'fd_not_found', 'data': { 'name': %s } }"
+#define QERR_FD_NOT_SUPPLIED \
+ "{ 'class': 'fd_not_supplied', 'data': {} }"
+
#define QERR_INVALID_BLOCK_FORMAT \
"{ 'class': 'InvalidBlockFormat', 'data': { 'name': %s } }"