]> git.tuebingen.mpg.de Git - dss.git/blobdiff - error.h
Add the --kill subcommand.
[dss.git] / error.h
diff --git a/error.h b/error.h
index 9e910e2b2236bb9dae79b1d1df36ea0cb5a27b3a..3fd75313406670a5683dde315a817c7903420f27 100644 (file)
--- a/error.h
+++ b/error.h
@@ -68,6 +68,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") \
 
 
 /**