aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/dht.h')
-rw-r--r--src/dht/dht.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dht/dht.h b/src/dht/dht.h
index 2a6717788..c9fdd3479 100644
--- a/src/dht/dht.h
+++ b/src/dht/dht.h
@@ -34,6 +34,8 @@
34#define DHT_BLOOM_SIZE 128 34#define DHT_BLOOM_SIZE 128
35 35
36 36
37GNUNET_NETWORK_STRUCT_BEGIN
38
37/** 39/**
38 * Message which indicates the DHT should cancel outstanding 40 * Message which indicates the DHT should cancel outstanding
39 * requests and discard any state. 41 * requests and discard any state.
@@ -191,6 +193,6 @@ struct GNUNET_DHT_ClientPutMessage
191 /* DATA copied to end of this message */ 193 /* DATA copied to end of this message */
192 194
193}; 195};
194 196GNUNET_NETWORK_STRUCT_END
195 197
196#endif 198#endif