X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=err.h;h=3d4e136f208473fb2de31cb645a868f33995bbaa;hp=fc1ef19a272e9e4bee8b3e8e870cfd548d16951d;hb=2d10a72798da5489363088dfbe02ccbc5942cfcd;hpb=3025388040c1521121255e5ae7ceabdcb1b1e421 diff --git a/err.h b/err.h index fc1ef19..3d4e136 100644 --- a/err.h +++ b/err.h @@ -56,6 +56,7 @@ static inline char *dss_strerror(int num) DSS_ERROR(SIGNAL, "caught terminating signal"), \ DSS_ERROR(BUG, "values of beta might cause dom!"), \ 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")