aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-28 20:58:15 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-28 20:58:15 +0000
commitb20a41aaa09caa197e789584e5ad2b0f29b143f1 (patch)
treefe9c9f9d24702b3a708d1e81d6a9db19064b0455 /src/namestore/namestore.h
parent9ceaa074240bdc82daf5be233a3035714f002990 (diff)
downloadgnunet-b20a41aaa09caa197e789584e5ad2b0f29b143f1.tar.gz
gnunet-b20a41aaa09caa197e789584e5ad2b0f29b143f1.zip
-more namestore service cleanup -- wip
Diffstat (limited to 'src/namestore/namestore.h')
-rw-r--r--src/namestore/namestore.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/namestore/namestore.h b/src/namestore/namestore.h
index 990deab1e..ca4dae8d8 100644
--- a/src/namestore/namestore.h
+++ b/src/namestore/namestore.h
@@ -437,6 +437,16 @@ struct RecordRemoveMessage
437 */ 437 */
438#define RECORD_REMOVE_RESULT_FAILED_TO_REMOVE 5 438#define RECORD_REMOVE_RESULT_FAILED_TO_REMOVE 5
439 439
440/**
441 * Internal error, failed to access database
442 */
443#define RECORD_REMOVE_RESULT_FAILED_ACCESS_DATABASE 6
444
445/**
446 * Internal error, failed to access database
447 */
448#define RECORD_REMOVE_RESULT_FAILED_INTERNAL_ERROR 7
449
440 450
441/** 451/**
442 * Remove a record from the namestore response 452 * Remove a record from the namestore response