X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=err.h;h=2280010a39764156dbb25a13a0653db6f2681a81;hp=e747bf3c1e1c079afe0188da066d9c4ac572d222;hb=324d1364004376fa0b018afcb57cfe14aca7fcdb;hpb=ffce5ac0f8d17dad30fa0c2fee32aef9eadecf27 diff --git a/err.h b/err.h index e747bf3..2280010 100644 --- a/err.h +++ b/err.h @@ -55,6 +55,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"), \