aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-12-24 18:38:14 +0100
committerChristian Grothoff <grothoff@gnunet.org>2022-12-24 18:38:14 +0100
commita448889bdabd46de4e0308ae791c343639da8dff (patch)
treee2d2dcf9e00a27174fe0efd62d7805230be0a3a2 /src/include
parent1557a73295e29a74d4b2bb66775a4b367184a69b (diff)
downloadgnunet-a448889bdabd46de4e0308ae791c343639da8dff.tar.gz
gnunet-a448889bdabd46de4e0308ae791c343639da8dff.zip
-rename to deconfuse Martin about which block type is actually used these days, hopefully
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_dht_block_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_dht_block_types.h b/src/include/gnunet_dht_block_types.h
index 1829897ca..40f2900f9 100644
--- a/src/include/gnunet_dht_block_types.h
+++ b/src/include/gnunet_dht_block_types.h
@@ -70,7 +70,7 @@ enum GNUNET_BLOCK_Type
70 /** 70 /**
71 * Type of a block that contains a HELLO for a peer. 71 * Type of a block that contains a HELLO for a peer.
72 */ 72 */
73 GNUNET_BLOCK_TYPE_DHT_HELLO = 7, 73 GNUNET_BLOCK_TYPE_LEGACY_HELLO = 7,
74 74
75 75
76 /** 76 /**
@@ -106,7 +106,7 @@ enum GNUNET_BLOCK_Type
106 /** 106 /**
107 * Type of a block that contains a DHT-NG HELLO for a peer. 107 * Type of a block that contains a DHT-NG HELLO for a peer.
108 */ 108 */
109 GNUNET_BLOCK_TYPE_DHT_URL_HELLO = 13, 109 GNUNET_BLOCK_TYPE_DHT_HELLO = 13,
110 110
111 111
112 /** 112 /**