X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=err.h;h=e747bf3c1e1c079afe0188da066d9c4ac572d222;hb=07ab37b55e1bf4ad7ef65fd25db84fa2a5f50f56;hp=551ff54674681a332072bb535e31821e0a4d5671;hpb=6c76799c7334a12926dc1cf0c32670423cbc954f;p=dss.git diff --git a/err.h b/err.h index 551ff54..e747bf3 100644 --- a/err.h +++ b/err.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2010 Andre Noll + * Copyright (C) 2006-2010 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -48,6 +48,7 @@ static inline char *dss_strerror(int num) DSS_ERROR(INVALID_NUMBER, "invalid number"), \ DSS_ERROR(STRFTIME, "strftime() failed"), \ DSS_ERROR(LOCALTIME, "localtime() failed"), \ + DSS_ERROR(MOUNTPOINT, "destination directory is no mountpoint"), \ DSS_ERROR(NULL_OPEN, "can not open /dev/null"), \ DSS_ERROR(DUP_PIPE, "exec error: can not create pipe"), \ DSS_ERROR(INVOLUNTARY_EXIT, "unexpected termination cause"), \ @@ -55,7 +56,10 @@ static inline char *dss_strerror(int num) DSS_ERROR(SIGNAL_SIG_ERR, "signal() returned SIG_ERR"), \ DSS_ERROR(SIGNAL, "caught terminating signal"), \ 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