mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-22 14:50:27 +03:00
Remove reference to enum that never existed
The virDomainSendProcessSignal method says the flags values come from virDomainProcessSignalFlag, but this enum has never existed. No flags are needed for this method. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
c1cb4cb9f6
commit
3e8dac148a
@ -6866,7 +6866,7 @@ virDomainSendKey(virDomainPtr domain,
|
||||
* @domain: pointer to domain object
|
||||
* @pid_value: a positive integer process ID, or negative integer process group ID
|
||||
* @signum: a signal from the virDomainProcessSignal enum
|
||||
* @flags: one of the virDomainProcessSignalFlag values
|
||||
* @flags: currently unused, pass 0
|
||||
*
|
||||
* Send a signal to the designated process in the guest
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user