diff options
author | Markus Armbruster <armbru@redhat.com> | 2009-12-07 21:37:10 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-12-07 16:34:35 -0600 |
commit | c7c338c49712eceef0ef584249856928de30cb45 (patch) | |
tree | 7fdc402d2ba11478a353623db42f231283895e20 /qerror.h | |
parent | ec3b82afaa0c4c06689d6a6381d351eefc4ee171 (diff) |
QError: New QERR_FD_NOT_FOUND
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
@@ -56,6 +56,9 @@ QError *qobject_to_qerror(const QObject *obj); #define QERR_DEVICE_NOT_REMOVABLE \ "{ 'class': 'DeviceNotRemovable', 'data': { 'device': %s } }" +#define QERR_FD_NOT_FOUND \ + "{ 'class': 'fd_not_found', 'data': { 'name': %s } }" + #define QERR_INVALID_BLOCK_FORMAT \ "{ 'class': 'InvalidBlockFormat', 'data': { 'name': %s } }" |