mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-11 03:24:58 -06:00
monitor/qmp: Update comment for commit 4eaca8de26
Commit 4eaca8de26
dropped monitor_qmp_respond()'s parameter @id
without updating its function comment. Fix that.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20190816193305.12090-1-armbru@redhat.com>
This commit is contained in:
parent
d94bd0927e
commit
eb707eac58
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ void qmp_send_response(MonitorQMP *mon, const QDict *rsp)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Emit QMP response @rsp with ID @id to @mon.
|
* Emit QMP response @rsp to @mon.
|
||||||
* Null @rsp can only happen for commands with QCO_NO_SUCCESS_RESP.
|
* Null @rsp can only happen for commands with QCO_NO_SUCCESS_RESP.
|
||||||
* Nothing is emitted then.
|
* Nothing is emitted then.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue