aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/datastore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/datastore.h')
-rw-r--r--src/datastore/datastore.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/datastore/datastore.h b/src/datastore/datastore.h
index 563b7486c..1126027f8 100644
--- a/src/datastore/datastore.h
+++ b/src/datastore/datastore.h
@@ -31,6 +31,8 @@
31 31
32#include "gnunet_util_lib.h" 32#include "gnunet_util_lib.h"
33 33
34GNUNET_NETWORK_STRUCT_BEGIN
35
34/** 36/**
35 * Message from datastore service informing client about 37 * Message from datastore service informing client about
36 * the current size of the datastore. 38 * the current size of the datastore.
@@ -254,7 +256,7 @@ struct DataMessage
254 GNUNET_HashCode key GNUNET_PACKED; 256 GNUNET_HashCode key GNUNET_PACKED;
255 257
256}; 258};
257 259GNUNET_NETWORK_STRUCT_END
258 260
259 261
260 262