rgbkrk / libvirt-go

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

Don't build Domain Event callbacks in Golang 1.6 #65

Closed mraygalaxy closed 8 years ago

mraygalaxy commented 8 years ago

Issue #64 : Golang 1.6 doesn't support C pointers to go memory, so they don't build anyway.

A hacky-solution might be some multi-threaded approach to support domain events, but let's make the rest of the bindings work without domain events for now until a permanent solution comes later.

rgbkrk commented 8 years ago

I'm certainly happy with you breaking this out into events.go for now.

/cc @taotetek

rgbkrk commented 8 years ago

Adding you on as a collaborator @hinesmr, your prior work speaks for itself. Happy to have you!

mraygalaxy commented 8 years ago

@rgbkrk much appreciated. =) Thanks for the excellent library.