rgbkrk / libvirt-go

[DEPRECATED] Go bindings for libvirt
https://github.com/libvirt/libvirt-go
MIT License
166 stars 50 forks source link

Return the C callbackId for virConnectDomainEventRegisterAny #90

Closed vincentbernat closed 8 years ago

vincentbernat commented 8 years ago

The callback ID to return is the one from C, to be used to deregister the event. The test is modified to check the error. The initial goCallbackId value is also modified to exhibit the error. This can be dropped from this commit if it seems too odd.

rgbkrk commented 8 years ago

By the way, you should have received an invite to join as a collaborator. We're happy to have help in maintaining this package. Thank you for all the commits.

vincentbernat commented 8 years ago

Thanks! Note that I am still in the discovery process. So it would take some time to really help.