diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-07-28 23:38:28 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-07-28 23:39:30 +0900 |
| commit | ddf48a6c22d4387ff2ca2e45afbcc86fa7d81968 (patch) | |
| tree | 22a7701de9435edfe8077696ec4357400bb56077 /internal/app/shim-signal.h | |
| parent | a0f499e30a2f2a43b7a86ad081fc6703d67a6e36 (diff) | |
app/shim: implement signal handler outcome in Go
This needs to be done from the Go side eventually anyway to integrate the signal forwarding behaviour now supported by the container package.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/app/shim-signal.h')
| -rw-r--r-- | internal/app/shim-signal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/app/shim-signal.h b/internal/app/shim-signal.h index 28b80ed8..bdeae3b0 100644 --- a/internal/app/shim-signal.h +++ b/internal/app/shim-signal.h @@ -1,3 +1,3 @@ #include <signal.h> -void hakurei_shim_setup_cont_signal(pid_t ppid); +void hakurei_shim_setup_cont_signal(pid_t ppid, int fd); |
