PM{Suspend,Wakeup} event callbacks were designed with a reason parameter
which could be used in the future. However, we do not transfer the
reason over RPC and thus we can never use it in the future. Make it
explicit in the docs.
---
 include/libvirt/libvirt.h.in | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/include/libvirt/libvirt.h.in b/include/libvirt/libvirt.h.in
index cfe5047..44c1649 100644
--- a/include/libvirt/libvirt.h.in
+++ b/include/libvirt/libvirt.h.in
@@ -3902,8 +3902,7 @@ typedef void 
(*virConnectDomainEventTrayChangeCallback)(virConnectPtr conn,
  * virConnectDomainEventPMWakeupCallback:
  * @conn: connection object
  * @dom: domain on which the event occurred
- * @reason: reason why the callback was called, unused currently,
- *          always passes 0
+ * @reason: unused, will always be 0
  * @opaque: application specified data
  *
  * This callback occurs when the guest is waken up.
@@ -3920,8 +3919,7 @@ typedef void 
(*virConnectDomainEventPMWakeupCallback)(virConnectPtr conn,
  * virConnectDomainEventPMSuspendCallback:
  * @conn: connection object
  * @dom: domain on which the event occurred
- * @reason: reason why the callback was called, unused currently,
- *          always passes 0
+ * @reason: unused, will always be 0
  * @opaque: application specified data
  *
  * This callback occurs when the guest is waken up.
-- 
1.7.12

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

Reply via email to