aboutsummaryrefslogtreecommitdiff
path: root/src/namecache/plugin_namecache_flat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namecache/plugin_namecache_flat.c')
-rw-r--r--src/namecache/plugin_namecache_flat.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/namecache/plugin_namecache_flat.c b/src/namecache/plugin_namecache_flat.c
index 14406c13d..69b54fcf3 100644
--- a/src/namecache/plugin_namecache_flat.c
+++ b/src/namecache/plugin_namecache_flat.c
@@ -188,6 +188,7 @@ database_setup (struct Plugin *plugin)
188 return GNUNET_OK; 188 return GNUNET_OK;
189} 189}
190 190
191
191/** 192/**
192 * Store values in hashmap in file and free data 193 * Store values in hashmap in file and free data
193 * 194 *
@@ -232,6 +233,7 @@ store_and_free_entries (void *cls,
232 return GNUNET_YES; 233 return GNUNET_YES;
233} 234}
234 235
236
235/** 237/**
236 * Shutdown database connection and associate data 238 * Shutdown database connection and associate data
237 * structures. 239 * structures.
@@ -263,6 +265,7 @@ database_shutdown (struct Plugin *plugin)
263 GNUNET_DISK_file_close (fh); 265 GNUNET_DISK_file_close (fh);
264} 266}
265 267
268
266static int 269static int
267expire_blocks (void *cls, 270expire_blocks (void *cls,
268 const struct GNUNET_HashCode *key, 271 const struct GNUNET_HashCode *key,
@@ -285,7 +288,6 @@ expire_blocks (void *cls,
285} 288}
286 289
287 290
288
289/** 291/**
290 * Removes any expired block. 292 * Removes any expired block.
291 * 293 *
@@ -430,4 +432,5 @@ libgnunet_plugin_namecache_flat_done (void *cls)
430 return NULL; 432 return NULL;
431} 433}
432 434
435
433/* end of plugin_namecache_sqlite.c */ 436/* end of plugin_namecache_sqlite.c */