aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/datastore.h
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amat.us>2017-02-20 11:18:53 -0600
committerDavid Barksdale <amatus@amat.us>2017-02-20 11:21:29 -0600
commit4e96704538f882095eca84fed92a7811b299aca1 (patch)
tree2bcf0008f09aa3bc319bf2425f0f526b72fbc1ce /src/datastore/datastore.h
parentf6f7fbbe98c110867febbcca647da8308be123c7 (diff)
downloadgnunet-4e96704538f882095eca84fed92a7811b299aca1.tar.gz
gnunet-4e96704538f882095eca84fed92a7811b299aca1.zip
Remove unused GNUNET_DATASTORE_update() API call
Diffstat (limited to 'src/datastore/datastore.h')
-rw-r--r--src/datastore/datastore.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/datastore/datastore.h b/src/datastore/datastore.h
index dc3d9d1f2..9de72f064 100644
--- a/src/datastore/datastore.h
+++ b/src/datastore/datastore.h
@@ -180,35 +180,6 @@ struct GetZeroAnonymityMessage
180 180
181 181
182/** 182/**
183 * Message to the datastore service requesting an update
184 * to the priority or expiration for some content.
185 */
186struct UpdateMessage
187{
188 /**
189 * Type is GNUNET_MESSAGE_TYPE_DATASTORE_UPDATE.
190 */
191 struct GNUNET_MessageHeader header;
192
193 /**
194 * Desired priority increase.
195 */
196 int32_t priority GNUNET_PACKED;
197
198 /**
199 * Desired new expiration time.
200 */
201 struct GNUNET_TIME_AbsoluteNBO expiration;
202
203 /**
204 * Unique ID for the content.
205 */
206 uint64_t uid;
207
208};
209
210
211/**
212 * Message transmitting content from or to the datastore 183 * Message transmitting content from or to the datastore
213 * service. 184 * service.
214 */ 185 */