commit | 8eae73b5d7085b0f9b087033c328fdbbbcc6271d | [log] [tgz] |
---|---|---|
author | Markus Armbruster <armbru@redhat.com> | Fri Feb 19 19:53:36 2010 +0100 |
committer | Markus Armbruster <armbru@redhat.com> | Tue Mar 16 17:45:34 2010 +0100 |
tree | 48fc6f0275b63d8c1bd34b2bb86ded4c41fc965a | |
parent | 56e9f56309b7c77dfb328dbf450d04fd54ce4542 [diff] [blame] |
error: New QERR_BUS_NO_HOTPLUG
diff --git a/qerror.h b/qerror.h index 87fde06..6cd2e2d 100644 --- a/qerror.h +++ b/qerror.h
@@ -48,6 +48,9 @@ #define QERR_BUS_NOT_FOUND \ "{ 'class': 'BusNotFound', 'data': { 'bus': %s } }" +#define QERR_BUS_NO_HOTPLUG \ + "{ 'class': 'BusNoHotplug', 'data': { 'bus': %s } }" + #define QERR_COMMAND_NOT_FOUND \ "{ 'class': 'CommandNotFound', 'data': { 'name': %s } }"