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 <berra...@redhat.com>
---

Pushed under trivial docs rule.

 src/libvirt-domain.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libvirt-domain.c b/src/libvirt-domain.c
index b287a39..dd9b800 100644
--- a/src/libvirt-domain.c
+++ b/src/libvirt-domain.c
@@ -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
  *
-- 
2.9.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to