aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-30 13:55:43 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-30 13:55:43 +0000
commitc886c53017f31d76c22f5ed55df61719b71ef87a (patch)
treef7379a2ef9fa764d36c1f778e47cd9a87d8c51f3 /src/datastore
parent81337e9011e6f8a9e14330946d504812f732755e (diff)
downloadgnunet-c886c53017f31d76c22f5ed55df61719b71ef87a.tar.gz
gnunet-c886c53017f31d76c22f5ed55df61719b71ef87a.zip
-adding specialized hash table for peer identities
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/plugin_datastore_sqlite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/plugin_datastore_sqlite.c b/src/datastore/plugin_datastore_sqlite.c
index 9a4b40255..bd344dbb1 100644
--- a/src/datastore/plugin_datastore_sqlite.c
+++ b/src/datastore/plugin_datastore_sqlite.c
@@ -470,7 +470,7 @@ delete_by_rowid (struct Plugin *plugin, unsigned long long rid)
470 * @param replication replication-level for the content 470 * @param replication replication-level for the content
471 * @param expiration expiration time for the content 471 * @param expiration expiration time for the content
472 * @param msg set to an error message 472 * @param msg set to an error message
473 * @return GNUNET_OK on success 473 * @return #GNUNET_OK on success
474 */ 474 */
475static int 475static int
476sqlite_plugin_put (void *cls, const struct GNUNET_HashCode * key, uint32_t size, 476sqlite_plugin_put (void *cls, const struct GNUNET_HashCode * key, uint32_t size,