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.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index dc66a0401..509c97fb2 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -3603,6 +3603,28 @@ extern "C" {
3603 3603
3604/*********************************************************************************/ 3604/*********************************************************************************/
3605 3605
3606/*********************************************************************************/
3607/********************************** NAMESTORE (cont.) **************************/
3608/*********************************************************************************/
3609/* NAMESTORE: message types 1750-1800
3610 */
3611
3612/**
3613 * Message type for Begin, Commit or Rollback
3614 */
3615#define GNUNET_MESSAGE_TYPE_NAMESTORE_TX_CONTROL 1750
3616
3617/**
3618 * Return status message for control message
3619 */
3620#define GNUNET_MESSAGE_TYPE_NAMESTORE_TX_CONTROL_RESULT 1751
3621
3622/**
3623 * Open and lock records for editing message
3624 */
3625#define GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_EDIT 1752
3626
3627
3606/** 3628/**
3607 * Type used to match 'all' message types. 3629 * Type used to match 'all' message types.
3608 */ 3630 */