From 315d8796d3bc43970905e1c141f97b9f8ddad02d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 10 Apr 2010 10:54:38 +0000 Subject: [PATCH] name --- src/datastore/plugin_datastore_sqlite.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/datastore/plugin_datastore_sqlite.c b/src/datastore/plugin_datastore_sqlite.c index 6c20b346d..85657663c 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, -- 2.25.1