mirror of https://gitee.com/openkylin/libvirt.git
virCommandFDIsSet: Update documentation
The set of arguments was changed a long time ago (040d996342
which dates back to July 2013) but the corresponding
documentation was not updated.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Laine Stump <laine@laine.org>
This commit is contained in:
parent
c02736059a
commit
85666f1314
|
@ -147,9 +147,8 @@ static int dryRunStatus;
|
|||
|
||||
/*
|
||||
* virCommandFDIsSet:
|
||||
* @fd: FD to test
|
||||
* @set: the set
|
||||
* @set_size: actual size of @set
|
||||
* @cmd: pointer to virCommand
|
||||
* @fd: file descriptor to query
|
||||
*
|
||||
* Check if FD is already in @set or not.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue