commit | 97047b54e952e2d08b10e6d37d510ca653cace00 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@google.com> | Thu Nov 16 12:42:35 2023 -0800 |
committer | Bart Van Assche <bvanassche@google.com> | Mon Nov 20 09:32:59 2023 -0800 |
tree | 0b3a5fc7989ad9905f5688830f57e22235c85ead | |
parent | ced62e53eda45387d06c55c155c6bbef8a80a8a0 [diff] |
init: Combine two global sigchld_fd variables into one Remove the Service::SetSigchldFd() method. Make the Service::GetSigchldFd() create a signalfd for SIGCHLD. This makes it possible to use a SIGCHLD signalfd in unit tests. Change-Id: I0b41caa8f46c79f4d400e49aaba5227fad53c251 Signed-off-by: Bart Van Assche <bvanassche@google.com>