libvirt/src/lxc
Jim Meyering 1f6fc519cd lxc_controller.c: don't ignore failed "accept"
* src/lxc/lxc_controller.c (ignorable_epoll_accept_errno): New function.
(lxcControllerMain): Handle a failed accept carefully:
most errno values indicate legitimate failure and must be fatal.
However, ignore a special case: that in which an incoming client quits
between the poll() indicating its presence, and our accept() which
is trying to process it.
2010-05-20 19:12:39 +02:00
..
libvirtd_lxc.aug LXC add augeas support for config file 2009-10-08 18:06:40 +02:00
lxc_conf.c Remove conn parameter from virReportOOMError 2010-02-09 01:04:54 +01:00
lxc_conf.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
lxc_container.c maint: don't mark VIR_WARN or VIR_WARN0 diagnostics for translation 2010-05-19 12:00:18 +02:00
lxc_container.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
lxc_controller.c lxc_controller.c: don't ignore failed "accept" 2010-05-20 19:12:39 +02:00
lxc_driver.c lxcFreezeContainer: avoid test-after-deref of never-NULL pointer 2010-05-18 07:53:42 +02:00
lxc_driver.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
lxc.conf LXC add driver config file lxc.conf 2009-10-08 17:40:14 +02:00
test_libvirtd_lxc.aug LXC add augeas support for config file 2009-10-08 18:06:40 +02:00
veth.c Remove conn parameter from util functions 2010-02-09 01:04:54 +01:00
veth.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00