diff options
| author | Markus Armbruster | 2014-05-02 13:26:29 +0200 |
|---|---|---|
| committer | Luiz Capitulino | 2014-05-08 20:20:00 +0200 |
| commit | e940f543ae7606819c9083fdb524e5b85914f032 (patch) | |
| tree | 41a016f0ee62766627165bd1563b7994c723ec9a /include/qapi | |
| parent | pci-assign: assigned_initfn(): set monitor error in common error handler (diff) | |
| download | qemu-e940f543ae7606819c9083fdb524e5b85914f032.tar.gz qemu-e940f543ae7606819c9083fdb524e5b85914f032.tar.xz qemu-e940f543ae7606819c9083fdb524e5b85914f032.zip | |
qmp hmp: Consistently name Error * objects err, and not errp
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'include/qapi')
| -rw-r--r-- | include/qapi/qmp/dispatch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qapi/qmp/dispatch.h b/include/qapi/qmp/dispatch.h index cea38181bf..e389697f19 100644 --- a/include/qapi/qmp/dispatch.h +++ b/include/qapi/qmp/dispatch.h @@ -50,7 +50,7 @@ void qmp_enable_command(const char *name); bool qmp_command_is_enabled(const QmpCommand *cmd); const char *qmp_command_name(const QmpCommand *cmd); bool qmp_has_success_response(const QmpCommand *cmd); -QObject *qmp_build_error_object(Error *errp); +QObject *qmp_build_error_object(Error *err); typedef void (*qmp_cmd_callback_fn)(QmpCommand *cmd, void *opaque); void qmp_for_each_command(qmp_cmd_callback_fn fn, void *opaque); |
