]> code.citadel.org Git - citadel.git/blobdiff - citadel/server.h
* enable the watcher do differenciate between crash & regular exit, so he can send...
[citadel.git] / citadel / server.h
index 577494ed5dcb3fd130d96cb754cc03237564f9ec..f9240227751fc78e682462a73f088f45eab7821c 100644 (file)
@@ -43,6 +43,9 @@ struct CtdlMessage {
 #define CTDLEXIT_OOD           104     /* Out Of Date config - rerun setup */
 #define CTDLEXIT_DB            105     /* Unable to initialize database */
 #define CTDLEXIT_LIBCITADEL    106     /* Incorrect version of libcitadel */
+#define CTDLEXIT_SHUTDOWN      150     /* we're going down. watcher don't 
+                                        * fire us up again. 
+                                        */