libvirt/src/rpc
Peter Feiner bfa74ebe1f Fix errno check, prevent spurious errors under heavy load
From man poll(2), poll does not set errno=EAGAIN on interrupt, however
it does set errno=EINTR. Have libvirt retry on the appropriate errno.

Under heavy load, a program of mine kept getting libvirt errors 'poll on
socket failed: Interrupted system call'. The signals were SIGCHLD from
processes forked by threads unrelated to those using libvirt.
2012-08-08 15:50:58 -06:00
..
gendispatch.pl Turn virNetClient* into virObject instances 2012-08-07 11:47:55 +01:00
genprotocol.pl Remove tabs from all perl files & enforce this 2012-07-30 13:09:57 +01:00
gensystemtap.pl Remove tabs from all perl files & enforce this 2012-07-30 13:09:57 +01:00
virkeepalive.c Turn virKeepAlive into a virObject 2012-08-07 11:47:41 +01:00
virkeepalive.h Turn virKeepAlive into a virObject 2012-08-07 11:47:41 +01:00
virkeepaliveprotocol.x Define keepalive protocol 2011-11-24 11:44:08 +01:00
virnetclient.c Fix errno check, prevent spurious errors under heavy load 2012-08-08 15:50:58 -06:00
virnetclient.h Turn virNetClient* into virObject instances 2012-08-07 11:47:55 +01:00
virnetclientprogram.c Turn virNetClient* into virObject instances 2012-08-07 11:47:55 +01:00
virnetclientprogram.h Turn virNetClient* into virObject instances 2012-08-07 11:47:55 +01:00
virnetclientstream.c Turn virNetClient* into virObject instances 2012-08-07 11:47:55 +01:00
virnetclientstream.h Turn virNetClient* into virObject instances 2012-08-07 11:47:55 +01:00
virnetmessage.c Desert the FSF address in copyright 2012-07-23 10:50:50 +08:00
virnetmessage.h Desert the FSF address in copyright 2012-07-23 10:50:50 +08:00
virnetprotocol.x maint: avoid regression on copyright listings 2012-07-27 07:42:34 -06:00
virnetsaslcontext.c Turn virNetSASLContext and virNetSASLSession into virObject instances 2012-08-07 11:47:41 +01:00
virnetsaslcontext.h Turn virNetSASLContext and virNetSASLSession into virObject instances 2012-08-07 11:47:41 +01:00
virnetserver.c rpc: fix a virObject typo error in struct _virNetServer 2012-08-08 17:32:22 +08:00
virnetserver.h Turn virNetServer* into virObject instances 2012-08-07 11:47:55 +01:00
virnetserverclient.c Turn virNetServer* into virObject instances 2012-08-07 11:47:55 +01:00
virnetserverclient.h Turn virNetServer* into virObject instances 2012-08-07 11:47:55 +01:00
virnetservermdns.c build: add stubs so mdns code can be unconditionally compiled 2012-08-02 13:35:21 -06:00
virnetservermdns.h Desert the FSF address in copyright 2012-07-23 10:50:50 +08:00
virnetserverprogram.c Turn virNetServer* into virObject instances 2012-08-07 11:47:55 +01:00
virnetserverprogram.h Turn virNetServer* into virObject instances 2012-08-07 11:47:55 +01:00
virnetserverservice.c Turn virNetServer* into virObject instances 2012-08-07 11:47:55 +01:00
virnetserverservice.h Turn virNetServer* into virObject instances 2012-08-07 11:47:55 +01:00
virnetsocket.c Turn virSocket into a virObject 2012-08-07 11:47:41 +01:00
virnetsocket.h Turn virSocket into a virObject 2012-08-07 11:47:41 +01:00
virnettlscontext.c Turn virNetTLSContext and virNetTLSSession into virObject instances 2012-08-07 11:47:41 +01:00
virnettlscontext.h Turn virNetTLSContext and virNetTLSSession into virObject instances 2012-08-07 11:47:41 +01:00