mirror of https://gitee.com/openkylin/libvirt.git
rpc: Fix a typo in virNetClientSendNonBlock documentation
This commit is contained in:
parent
ebee52f52b
commit
3e1b2fab0c
|
@ -1595,7 +1595,7 @@ int virNetClientSendNoReply(virNetClientPtr client,
|
|||
* Send a message asynchronously, without any reply
|
||||
*
|
||||
* The caller is responsible for free'ing @msg, *except* if
|
||||
* this method returns -1.
|
||||
* this method returns 1.
|
||||
*
|
||||
* Returns 2 on full send, 1 on partial send, 0 on no send, -1 on error
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue