kill: New option --wait.
[dss.git] / err.h
diff --git a/err.h b/err.h
index 3d4e136f208473fb2de31cb645a868f33995bbaa..c3e207edf4ac076f4d6162cd8925e59dbca1bc0f 100644 (file)
--- a/err.h
+++ b/err.h
@@ -54,6 +54,7 @@ static inline char *dss_strerror(int num)
        DSS_ERROR(BAD_EXIT_CODE, "unexpected exit code"), \
        DSS_ERROR(SIGNAL_SIG_ERR, "signal() returned SIG_ERR"), \
        DSS_ERROR(SIGNAL, "caught terminating signal"), \
+       DSS_ERROR(KILL_TIMEOUT, "signal timeout expired"), \
        DSS_ERROR(BUG, "values of beta might cause dom!"), \
        DSS_ERROR(NOT_RUNNING, "dss not running"), \
        DSS_ERROR(ALREADY_RUNNING, "dss already running"), \