]> git.tuebingen.mpg.de Git - dss.git/blobdiff - dss.c
Introduce the snapshot removal status.
[dss.git] / dss.c
diff --git a/dss.c b/dss.c
index fd876e5ddc1d340dec79dee84f9706dc9a09912f..2660348254d0fca329b2ac24d43df245fb3364a7 100644 (file)
--- a/dss.c
+++ b/dss.c
@@ -54,6 +54,8 @@ static int64_t current_snapshot_creation_time;
 static char *path_to_last_complete_snapshot;
 /** \sa \ref snap.h for details. */
 static unsigned snapshot_creation_status;
+/** \sa \ref snap.h for details. */
+static unsigned snapshot_removal_status;
 
 
 DEFINE_DSS_ERRLIST;