aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-13 10:26:05 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-13 10:26:05 +0000
commitd569c10ccf978e32bfe7363d14086afeaf0c17ce (patch)
tree8bbd8f60200f7856a2f095c8e41ad58f375e8f48 /src/dht/gnunet-service-dht.c
parent13686363c73d6f33d0f6adab48ed30ef83832984 (diff)
downloadgnunet-d569c10ccf978e32bfe7363d14086afeaf0c17ce.tar.gz
gnunet-d569c10ccf978e32bfe7363d14086afeaf0c17ce.zip
doxygen
Diffstat (limited to 'src/dht/gnunet-service-dht.c')
-rw-r--r--src/dht/gnunet-service-dht.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dht/gnunet-service-dht.c b/src/dht/gnunet-service-dht.c
index 793f5b9c7..3ce49fda2 100644
--- a/src/dht/gnunet-service-dht.c
+++ b/src/dht/gnunet-service-dht.c
@@ -826,25 +826,25 @@ static struct ClientList *client_list;
826 */ 826 */
827static struct GNUNET_DHTLOG_Handle *dhtlog_handle; 827static struct GNUNET_DHTLOG_Handle *dhtlog_handle;
828 828
829/* 829/**
830 * Whether or not to send routing debugging information 830 * Whether or not to send routing debugging information
831 * to the dht logging server 831 * to the dht logging server
832 */ 832 */
833static unsigned int debug_routes; 833static unsigned int debug_routes;
834 834
835/* 835/**
836 * Whether or not to send FULL route information to 836 * Whether or not to send FULL route information to
837 * logging server 837 * logging server
838 */ 838 */
839static unsigned int debug_routes_extended; 839static unsigned int debug_routes_extended;
840 840
841/* 841/**
842 * GNUNET_YES or GNUNET_NO, whether or not to act as 842 * GNUNET_YES or GNUNET_NO, whether or not to act as
843 * a malicious node which drops all messages 843 * a malicious node which drops all messages
844 */ 844 */
845static unsigned int malicious_dropper; 845static unsigned int malicious_dropper;
846 846
847/* 847/**
848 * GNUNET_YES or GNUNET_NO, whether or not to act as 848 * GNUNET_YES or GNUNET_NO, whether or not to act as
849 * a malicious node which sends out lots of GETS 849 * a malicious node which sends out lots of GETS
850 */ 850 */