diff options
Diffstat (limited to 'src/ipc/ipc.h')
| -rwxr-xr-x | src/ipc/ipc.h | 5 |
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, |
