]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/util/server_ipc.c
New boolean volume option "delete veto files"
[netatalk.git] / libatalk / util / server_ipc.c
index fa1778e9c99cd251c77f336fc6788121b849a888..e49d165d462133ba5dc3c1b222ff5d4d99621116 100644 (file)
@@ -43,7 +43,9 @@ typedef struct ipc_header {
 } ipc_header_t;
 
 static char *ipc_cmd_str[] = { "IPC_DISCOLDSESSION",
-                               "IPC_GETSESSION"};
+                               "IPC_GETSESSION",
+                               "IPC_STATE",
+                               "IPC_VOLUMES"};
 
 /*
  * Pass afp_socket to old disconnected session if one has a matching token (token = pid)