All checks were successful
Test / Create distribution (push) Successful in 26s
Test / Sandbox (push) Successful in 2m27s
Test / Hakurei (push) Successful in 3m17s
Test / Hpkg (push) Successful in 3m27s
Test / Sandbox (race detector) (push) Successful in 4m21s
Test / Hakurei (race detector) (push) Successful in 4m59s
Test / Flake checks (push) Successful in 1m31s
This significantly increases readability. This patch is pretty big so it is being done after mostly everything has settled. Signed-off-by: Ophestra <cat@gensokyo.uk>
12 lines
260 B
C
12 lines
260 B
C
#include <signal.h>
|
|
|
|
/* see shim.go for documentation */
|
|
typedef enum {
|
|
HAKUREI_SHIM_EXIT_REQUESTED,
|
|
HAKUREI_SHIM_ORPHAN,
|
|
HAKUREI_SHIM_INVALID,
|
|
HAKUREI_SHIM_BAD_PID,
|
|
} hakurei_shim_msg;
|
|
|
|
void hakurei_shim_setup_cont_signal(pid_t ppid, int fd);
|