Commit eb707eac authored by Markus Armbruster's avatar Markus Armbruster
Browse files

monitor/qmp: Update comment for commit 4eaca8de



Commit 4eaca8de dropped monitor_qmp_respond()'s parameter @id
without updating its function comment.  Fix that.

Signed-off-by: default avatarMarkus Armbruster <armbru@redhat.com>
Message-Id: <20190816193305.12090-1-armbru@redhat.com>
parent d94bd092
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
 * Nothing is emitted then.
 */