libvirt/src/locking
Michal Privoznik b7d2d4af2b src: Treat PID as signed
This initially started as a fix of some debug printing in
virCgroupDetect. However it turned out that other places suffer
from the similar problem. While dealing with pids, esp. in cases
where we cannot use pid_t for ABI stability reasons, we often
chose an unsigned integer type. This makes no sense as pid_t is
signed.
Also, new syntax-check rule is introduced so we won't repeat this
mistake.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2016-10-13 17:58:56 +08:00
..
domain_lock.c
domain_lock.h
libvirt_lockd.aug
libvirt_sanlock.aug
lock_daemon_config.c
lock_daemon_config.h
lock_daemon_dispatch.c
lock_daemon_dispatch.h
lock_daemon.c daemon: Split filter parsing and filter defining 2016-10-10 08:27:25 +02:00
lock_daemon.h
lock_driver_lockd.c
lock_driver_lockd.h
lock_driver_nop.c
lock_driver_nop.h
lock_driver_sanlock.c src: Treat PID as signed 2016-10-13 17:58:56 +08:00
lock_driver.h
lock_manager.c sanlock: Don't spam logs with "target pid not found" 2015-03-09 13:36:40 +01:00
lock_manager.h
lock_protocol.x
lockd.conf
sanlock_helper.c
sanlock.conf
test_libvirt_lockd.aug.in
test_libvirt_sanlock.aug.in
test_virtlockd.aug.in
virtlockd.aug
virtlockd.conf
virtlockd.init.in
virtlockd.pod
virtlockd.service.in
virtlockd.socket.in
virtlockd.sysconf