aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-09-23 13:00:30 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-09-23 13:00:30 +0900
commit8ecf052b2976ee8148b20013b45114ba32e8cd78 (patch)
tree4b48f2145e0dfa1293481488f1df6e5ebd27f113 /src/include/gnunet_protocols.h
parent1672c85ad702146521dc830298dcb3f802533539 (diff)
parente238c132f9e9d75437c465d8641b45427c622df5 (diff)
downloadgnunet-8ecf052b2976ee8148b20013b45114ba32e8cd78.tar.gz
gnunet-8ecf052b2976ee8148b20013b45114ba32e8cd78.zip
Merge branch 'dev/schanzen/namestore_transactions'
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 */