X-Git-Url: http://git.tuebingen.mpg.de/dss.git/log?a=blobdiff_plain;f=err.h;h=c3e207edf4ac076f4d6162cd8925e59dbca1bc0f;hb=faed24aec8859d232fe3c0da415265e0de099ce4;hp=e651d9ca06f082eff6eee583ada6ee73ffacdf61;hpb=8daf8f3836e745ba07f1aa01252279588574c95a;p=dss.git diff --git a/err.h b/err.h index e651d9c..c3e207e 100644 --- a/err.h +++ b/err.h @@ -54,8 +54,12 @@ 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(NOT_RUNNING, "dss not running"), \ + DSS_ERROR(ALREADY_RUNNING, "dss already running"), \ + DSS_ERROR(TOO_MANY_RSYNC_ERRORS, "too many consecutive rsync errors"), \ + DSS_ERROR(LOPSUB, "lopsub error") /** * This is temporarily defined to expand to its first argument (prefixed by