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.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/datastore/datastore.h b/src/datastore/datastore.h
index 55ca7c8e5..d66ec0e95 100644
--- a/src/datastore/datastore.h
+++ b/src/datastore/datastore.h
@@ -114,6 +114,11 @@ struct GetMessage
114 uint32_t type GNUNET_PACKED; 114 uint32_t type GNUNET_PACKED;
115 115
116 /** 116 /**
117 * Offset of the result.
118 */
119 uint64_t offset GNUNET_PACKED;
120
121 /**
117 * Desired key (optional). Check the "size" of the 122 * Desired key (optional). Check the "size" of the
118 * header to see if the key is actually present. 123 * header to see if the key is actually present.
119 */ 124 */
@@ -138,6 +143,11 @@ struct GetZeroAnonymityMessage
138 */ 143 */
139 uint32_t type GNUNET_PACKED; 144 uint32_t type GNUNET_PACKED;
140 145
146 /**
147 * Offset of the result.
148 */
149 uint64_t offset GNUNET_PACKED;
150
141}; 151};
142 152
143 153