aboutsummaryrefslogtreecommitdiff
path: root/src/dht/plugin_dhtlog_mysql_dump.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-08-20 15:35:45 +0000
committerNathan S. Evans <evans@in.tum.de>2010-08-20 15:35:45 +0000
commit004afd8bc5dbd6ff57c94f08b73213ec65e719fd (patch)
tree3fa974b7ef1c34556b036f2d2df19bc3670d3353 /src/dht/plugin_dhtlog_mysql_dump.c
parent4981e720cb71b9bf5e51dd90b5a9abacf21665ca (diff)
downloadgnunet-004afd8bc5dbd6ff57c94f08b73213ec65e719fd.tar.gz
gnunet-004afd8bc5dbd6ff57c94f08b73213ec65e719fd.zip
minor dht alterations
Diffstat (limited to 'src/dht/plugin_dhtlog_mysql_dump.c')
-rw-r--r--src/dht/plugin_dhtlog_mysql_dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/plugin_dhtlog_mysql_dump.c b/src/dht/plugin_dhtlog_mysql_dump.c
index f98360e06..1965d1c80 100644
--- a/src/dht/plugin_dhtlog_mysql_dump.c
+++ b/src/dht/plugin_dhtlog_mysql_dump.c
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file src/dht/plugin_dhtlog_mysql.c 22 * @file src/dht/plugin_dhtlog_mysql_dump.c
23 * @brief MySQL logging plugin to record DHT operations to MySQL server, 23 * @brief MySQL logging plugin to record DHT operations to MySQL server,
24 * but write all queries to file instead of the actual server 24 * but write all queries to file instead of the actual server
25 * so that they can be imported later. The idea is that connecting 25 * so that they can be imported later. The idea is that connecting