aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-06 20:28:21 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-06 20:28:21 +0000
commit1e94a424f360666f438064901fa9a800aa6e383e (patch)
tree98e03f29ba5cc8eea920042c2b637c440d1ded44 /src/fs/fs.h
parent7db4f64461a77f19bb39f1b84d26f96e6acf40ab (diff)
downloadgnunet-1e94a424f360666f438064901fa9a800aa6e383e.tar.gz
gnunet-1e94a424f360666f438064901fa9a800aa6e383e.zip
fix unindex persistence
Diffstat (limited to 'src/fs/fs.h')
-rw-r--r--src/fs/fs.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/fs/fs.h b/src/fs/fs.h
index bca8fc691..c0e203335 100644
--- a/src/fs/fs.h
+++ b/src/fs/fs.h
@@ -1339,13 +1339,8 @@ enum UnindexState
1339 /** 1339 /**
1340 * We've encountered a fatal error. 1340 * We've encountered a fatal error.
1341 */ 1341 */
1342 UNINDEX_STATE_ERROR = 4, 1342 UNINDEX_STATE_ERROR = 4
1343 1343
1344 /**
1345 * We've been aborted. The next callback should clean up the
1346 * struct.
1347 */
1348 UNINDEX_STATE_ABORTED = 5
1349 }; 1344 };
1350 1345
1351 1346