diff options
author | Markus Armbruster <armbru@redhat.com> | 2009-12-07 21:37:12 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-12-07 16:34:36 -0600 |
commit | 41471a2338522d72955c20179e16cff4d546b32a (patch) | |
tree | 88b168e8f5d1ea758d51f8c6c498f37583f8f1fe /qerror.h | |
parent | 063c1a0918d5a08f7ba89300d022b3421174fbf7 (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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 } }" |