]> git.tuebingen.mpg.de Git - dss.git/blobdiff - err.h
Improve comment of snapshot_currently_being_removed.
[dss.git] / err.h
diff --git a/err.h b/err.h
index e747bf3c1e1c079afe0188da066d9c4ac572d222..9505dfcc99f718ce1f8fe540401446e1dff82e8e 100644 (file)
--- a/err.h
+++ b/err.h
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2006-2010 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* SPDX-License-Identifier: GPL-2.0 */
 extern char *dss_errlist[];
 extern char *dss_error_txt;
 
@@ -55,6 +51,7 @@ 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(ALREADY_RUNNING, "dss already running"), \