From 1920bfa63e7586db6a31956920bccdc2241fb23e Mon Sep 17 00:00:00 2001 From: Soikk Date: Sun, 15 Jun 2025 13:10:45 +0200 Subject: Added bundle socket message --- src/ipc/ipc.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ipc/ipc.h b/src/ipc/ipc.h index b275fbd..5d240ec 100755 --- a/src/ipc/ipc.h +++ b/src/ipc/ipc.h @@ -25,8 +25,9 @@ typedef struct ipc_listener { typedef enum ipc_type { NONE, - SOCKET, REWRITES, // do away with these? - CERT, KEY, + SOCKET, + REWRITES, // do away with this? + BUNDLE, CERT, KEY, RESTART, RELOAD, HTTP, -- cgit v1.2.3