1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-08 11:27:32 +03:00
systemd/src/libsystemd/sd-event
Lennart Poettering 10edebf6cd sd-event: make sure to create a signal queue for the right signal
We should never access the "signal" part of the event source unless the
event source is actually for a signal. In this case it's a child pid
handler however, hence make sure to use the right signal.

This is a fix for PR #1177, which in turn was a fix for
9da4cb2be2.
2015-09-07 00:31:24 +02:00
..
event-util.h event: pull in sd-event.h from event-util.h 2014-07-10 20:12:34 +02:00
Makefile libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
sd-event.c sd-event: make sure to create a signal queue for the right signal 2015-09-07 00:31:24 +02:00
test-event.c sd-event: make sure RT signals are not dropped 2015-09-04 09:07:31 +02:00