aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-06-01 00:52:06 +0200
committerChristian Grothoff <christian@grothoff.org>2019-06-01 00:52:13 +0200
commit47a7c12c47fa10728494623ea8f89beab8e5cd77 (patch)
tree2e37a6a55d169c96e9927c608a12f540e5cd0123 /src/include/gnunet_protocols.h
parent09d0b535d3b5dc8798b18a4791d45b4a9c8ab529 (diff)
downloadgnunet-47a7c12c47fa10728494623ea8f89beab8e5cd77.tar.gz
gnunet-47a7c12c47fa10728494623ea8f89beab8e5cd77.zip
stash
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 73da40038..a00ddacca 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1940,6 +1940,14 @@ extern "C" {
1940 */ 1940 */
1941#define GNUNET_MESSAGE_TYPE_IDENTITY_DELETE 631 1941#define GNUNET_MESSAGE_TYPE_IDENTITY_DELETE 631
1942 1942
1943/**
1944 * First message send from identity client to service to
1945 * lookup a single ego. The service will respond with a
1946 * #GNUNET_MESSAGE_TYPE_IDENTITY_UPDATE message if the ego
1947 * exists, or a #GNUNET_MESSAGE_TYPE_IDENTITY_RESULT_CODE if not.
1948 */
1949#define GNUNET_MESSAGE_TYPE_IDENTITY_LOOKUP 632
1950
1943 1951
1944/******************************************************************************* 1952/*******************************************************************************
1945 * REVOCATION message types 1953 * REVOCATION message types