aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index a998344b9..17aeff63f 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1327,7 +1327,7 @@ extern "C" {
1327/** 1327/**
1328 * Service to client: result of store operation. 1328 * Service to client: result of store operation.
1329 */ 1329 */
1330#define GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_STORE_RESPONSE 436 1330#define GNUNET_MESSAGE_TYPE_NAMESTORE_GENERIC_RESPONSE 436
1331 1331
1332/** 1332/**
1333 * Client to service: lookup label 1333 * Client to service: lookup label
@@ -3631,20 +3631,19 @@ extern "C" {
3631 */ 3631 */
3632 3632
3633/** 3633/**
3634 * Message type for Begin, Commit or Rollback 3634 * Message type for start of record edit with advisory lock
3635 */ 3635 */
3636#define GNUNET_MESSAGE_TYPE_NAMESTORE_TX_CONTROL 1750 3636#define GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_SET_EDIT 1750
3637 3637
3638/** 3638/**
3639 * Return status message for control message 3639 * Return record set to edit with previous editor hint/advisory lock
3640 */ 3640 */
3641#define GNUNET_MESSAGE_TYPE_NAMESTORE_TX_CONTROL_RESULT 1751 3641#define GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_SET_EDIT_RESPONSE 1751
3642 3642
3643/** 3643/**
3644 * Open and lock records for editing message 3644 * Message type for cancellation/reset of editor hint/advisory lock
3645 */ 3645 */
3646#define GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_EDIT 1752 3646#define GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_SET_EDIT_CANCEL 1752
3647
3648 3647
3649/** 3648/**
3650 * Type used to match 'all' message types. 3649 * Type used to match 'all' message types.