aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_template.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-24 13:08:05 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-24 13:08:05 +0000
commit32892c4aa7736eb8039f28d79b5cdb53cdc0061c (patch)
tree9729d165562c1780934a9a979dbc06d7f8470592 /src/datastore/plugin_datastore_template.c
parentbf6e480c1dda383bd55b311039d8d41189c5feea (diff)
downloadgnunet-32892c4aa7736eb8039f28d79b5cdb53cdc0061c.tar.gz
gnunet-32892c4aa7736eb8039f28d79b5cdb53cdc0061c.zip
off-line hack fest
Diffstat (limited to 'src/datastore/plugin_datastore_template.c')
-rw-r--r--src/datastore/plugin_datastore_template.c40
1 files changed, 20 insertions, 20 deletions
diff --git a/src/datastore/plugin_datastore_template.c b/src/datastore/plugin_datastore_template.c
index 6439bc019..7656f6a7d 100644
--- a/src/datastore/plugin_datastore_template.c
+++ b/src/datastore/plugin_datastore_template.c
@@ -70,12 +70,12 @@ static unsigned long long template_plugin_get_size (void *cls)
70 */ 70 */
71static int 71static int
72template_plugin_put (void *cls, 72template_plugin_put (void *cls,
73 const GNUNET_HashCode * key, 73 const GNUNET_HashCode * key,
74 uint32_t size, 74 uint32_t size,
75 const void *data, 75 const void *data,
76 uint32_t type, 76 enum GNUNET_BLOCK_Type type,
77 uint32_t priority, 77 uint32_t priority,
78 uint32_t anonymity, 78 uint32_t anonymity,
79 struct GNUNET_TIME_Absolute expiration, 79 struct GNUNET_TIME_Absolute expiration,
80 char **msg) 80 char **msg)
81{ 81{
@@ -126,7 +126,7 @@ static void
126template_plugin_get (void *cls, 126template_plugin_get (void *cls,
127 const GNUNET_HashCode * key, 127 const GNUNET_HashCode * key,
128 const GNUNET_HashCode * vhash, 128 const GNUNET_HashCode * vhash,
129 uint32_t type, 129 enum GNUNET_BLOCK_Type type,
130 PluginIterator iter, void *iter_cls) 130 PluginIterator iter, void *iter_cls)
131{ 131{
132 GNUNET_break (0); 132 GNUNET_break (0);
@@ -181,7 +181,7 @@ template_plugin_update (void *cls,
181 */ 181 */
182static void 182static void
183template_plugin_iter_low_priority (void *cls, 183template_plugin_iter_low_priority (void *cls,
184 uint32_t type, 184 enum GNUNET_BLOCK_Type type,
185 PluginIterator iter, 185 PluginIterator iter,
186 void *iter_cls) 186 void *iter_cls)
187{ 187{
@@ -203,9 +203,9 @@ template_plugin_iter_low_priority (void *cls,
203 */ 203 */
204static void 204static void
205template_plugin_iter_zero_anonymity (void *cls, 205template_plugin_iter_zero_anonymity (void *cls,
206 uint32_t type, 206 enum GNUNET_BLOCK_Type type,
207 PluginIterator iter, 207 PluginIterator iter,
208 void *iter_cls) 208 void *iter_cls)
209{ 209{
210 GNUNET_break (0); 210 GNUNET_break (0);
211} 211}
@@ -225,9 +225,9 @@ template_plugin_iter_zero_anonymity (void *cls,
225 */ 225 */
226static void 226static void
227template_plugin_iter_ascending_expiration (void *cls, 227template_plugin_iter_ascending_expiration (void *cls,
228 uint32_t type, 228 enum GNUNET_BLOCK_Type type,
229 PluginIterator iter, 229 PluginIterator iter,
230 void *iter_cls) 230 void *iter_cls)
231{ 231{
232 GNUNET_break (0); 232 GNUNET_break (0);
233} 233}
@@ -247,9 +247,9 @@ template_plugin_iter_ascending_expiration (void *cls,
247 */ 247 */
248static void 248static void
249template_plugin_iter_migration_order (void *cls, 249template_plugin_iter_migration_order (void *cls,
250 uint32_t type, 250 enum GNUNET_BLOCK_Type type,
251 PluginIterator iter, 251 PluginIterator iter,
252 void *iter_cls) 252 void *iter_cls)
253{ 253{
254 GNUNET_break (0); 254 GNUNET_break (0);
255} 255}
@@ -269,9 +269,9 @@ template_plugin_iter_migration_order (void *cls,
269 */ 269 */
270static void 270static void
271template_plugin_iter_all_now (void *cls, 271template_plugin_iter_all_now (void *cls,
272 uint32_t type, 272 enum GNUNET_BLOCK_Type type,
273 PluginIterator iter, 273 PluginIterator iter,
274 void *iter_cls) 274 void *iter_cls)
275{ 275{
276 GNUNET_break (0); 276 GNUNET_break (0);
277} 277}