libvirt/src/locking
Michal Privoznik 1199edb1d4 Introduce max_queued_clients
This configuration knob lets user to set the length of queue of
connection requests waiting to be accept()-ed by the daemon. IOW, it
just controls the @backlog passed to listen:

  int listen(int sockfd, int backlog);
2013-08-05 11:03:01 +02:00
..
domain_lock.c
domain_lock.h
libvirt_lockd.aug Add support for locking based on SCSI volume ID 2012-12-13 15:26:58 +00:00
libvirt_sanlock.aug
lock_daemon_config.c
lock_daemon_config.h
lock_daemon_dispatch.c
lock_daemon_dispatch.h
lock_daemon.c
lock_daemon.h
lock_driver_lockd.c
lock_driver_nop.c
lock_driver_nop.h
lock_driver_sanlock.c
lock_driver.h
lock_manager.c
lock_manager.h
lock_protocol.x
lockd.conf
sanlock_helper.c
sanlock.conf sanlock: Introduce 'user' and 'group' conf variables 2012-10-30 10:12:10 +01:00
test_libvirt_lockd.aug.in
test_libvirt_sanlock.aug.in
virtlockd.init.in
virtlockd.service.in
virtlockd.socket.in
virtlockd.sysconf