summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSoikk2025-06-15 13:10:45 +0200
committerSoikk2025-06-15 13:10:45 +0200
commit1920bfa63e7586db6a31956920bccdc2241fb23e (patch)
tree0bd94cb47e953f8bfb4b8df3bcf10a64ef8e5cd3 /src
parentc46e53d58c209a3230125b505b9408be2b823c2f (diff)
downloadsoikk-server-1920bfa63e7586db6a31956920bccdc2241fb23e.tar.xz
soikk-server-1920bfa63e7586db6a31956920bccdc2241fb23e.tar.zst
Added bundle socket message
Diffstat (limited to 'src')
-rwxr-xr-xsrc/ipc/ipc.h5
1 files changed, 3 insertions, 2 deletions
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,