1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/daemons/lvmpolld
Zdenek Kabelac 6d4f36c2c7 libdaemon: use pselect to avoid condition checking race
To avoid tiny race on checking arrival of signal and entering select
(that can latter remain stuck as signal was already delivered) switch
to use  pselect().

If it would needed, we can eventually add extra code for older systems
without pselect(), but there are probably no such ancient systems in
use.
2019-04-10 13:28:45 +02:00
..
.gitignore gitignore: Update for in-place build. 2015-07-27 13:18:35 +01:00
lvmpolld-cmd-utils.c cleanup: drop double const specifier 2017-02-11 20:30:16 +01:00
lvmpolld-cmd-utils.h doc: change fsf address 2016-01-21 12:11:37 +01:00
lvmpolld-common.h doc: change fsf address 2016-01-21 12:11:37 +01:00
lvmpolld-core.c libdaemon: use pselect to avoid condition checking race 2019-04-10 13:28:45 +02:00
lvmpolld-data-utils.c cleanup: single LVM_SYSTEM_DIR string 2016-11-23 17:55:03 +01:00
lvmpolld-data-utils.h doc: change fsf address 2016-01-21 12:11:37 +01:00
lvmpolld-protocol.h doc: change fsf address 2016-01-21 12:11:37 +01:00
Makefile.in makefiles: fixing linking 2017-08-01 11:53:30 +02:00
polling_ops.h doc: change fsf address 2016-01-21 12:11:37 +01:00