server: Exit cleanly on SIGINT/SIGTERM.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 0c7412681d4f9b637ab24a136d9461b83860842c..02f42246c97c9fda934a3b675008566eec351bf3 100644 (file)
--- a/error.h
+++ b/error.h
        PARA_ERROR(TARGET_EXISTS, "requested target is already present"),\
        PARA_ERROR(TARGET_NOT_FOUND, "requested target not found"), \
        PARA_ERROR(TASK_STARTED, "task started"), \
+       PARA_ERROR(DEADLY_SIGNAL, "termination request by signal"), \
        PARA_ERROR(TOO_MANY_CLIENTS, "maximal number of stat clients exceeded"), \
        PARA_ERROR(UCRED_PERM, "permission denied"), \
        PARA_ERROR(UDP_OVERRUN, "output buffer overrun"), \