libvirt/src/remote
Jiri Denemark 6ef9d9da5e Remove watches before calling REMOTE_PROC_CLOSE
First calling REMOTE_PROC_CLOSE and then removing watches might lead to
a hang as HANGUP event can be triggered before the watches are actually
removed but after virConnectPtr is already freed. As a result of that
remoteDomainEventFired() would try to lock uninitialized mutex, which
would hang for ever.
2010-05-12 16:07:08 +02:00
..
remote_driver.c Remove watches before calling REMOTE_PROC_CLOSE 2010-05-12 16:07:08 +02:00
remote_driver.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
remote_protocol.c Remove unused nwfilter field from struct remote_error 2010-05-07 16:38:05 +02:00
remote_protocol.h Remove unused nwfilter field from struct remote_error 2010-05-07 16:38:05 +02:00
remote_protocol.x Remove unused nwfilter field from struct remote_error 2010-05-07 16:38:05 +02:00
rpcgen_fix.pl cygwin: Handle differences in the XDR implementation 2010-04-27 09:31:28 +02:00