]> git.tuebingen.mpg.de Git - dss.git/blobdiff - error.h
Merge branch 't/ipc'
[dss.git] / error.h
diff --git a/error.h b/error.h
index ade1a8ec25ea40a0c5a9a96ee622fbfcc7583ff2..2b62611cc68937517f171148014ac2d124d9dd16 100644 (file)
--- a/error.h
+++ b/error.h
@@ -54,6 +54,7 @@ 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") \
 
 
 /**