aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_sqlite.c
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2010-04-10 10:54:38 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2010-04-10 10:54:38 +0000
commita1ce6c9a6b57f45eb697630867ff5ccaebf3eb0f (patch)
treeea62d5a7b6d4b5d87bf29e8f7b3a7ecce3439fdf /src/datastore/plugin_datastore_sqlite.c
parent98852b631837b6e7bda316cb6fd4c8ae5cdd3c51 (diff)
name
git-svn-id: https://gnunet.org/svn/gnunet@10867 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/datastore/plugin_datastore_sqlite.c')
-rw-r--r--src/datastore/plugin_datastore_sqlite.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datastore/plugin_datastore_sqlite.c b/src/datastore/plugin_datastore_sqlite.c
index 6c20b346db..85657663cc 100644
--- a/src/datastore/plugin_datastore_sqlite.c
+++ b/src/datastore/plugin_datastore_sqlite.c
@@ -1650,10 +1650,10 @@ libgnunet_plugin_datastore_sqlite_init (void *cls)
memset (&plugin, 0, sizeof(struct Plugin));
plugin.env = env;
plugin.statistics = GNUNET_STATISTICS_create (env->sched,
- "datastore-sqlite",
+ "ds-sqlite",
env->cfg);
plugin.stat_get = GNUNET_STATISTICS_get (plugin.statistics,
- "datastore-sqlite",
+ "ds-sqlite",
QUOTA_STAT_NAME,
GNUNET_TIME_UNIT_SECONDS,
&process_stat_done,