aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_plugins.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-23 20:12:32 +0000
committerChristian Grothoff <christian@grothoff.org>2014-11-23 20:12:32 +0000
commitd60c79921cb80f2173d800785ec5d39f6cdbca8c (patch)
tree0aec29c3348c2daf8babd979963b1212e6fabcfb /src/transport/gnunet-service-transport_plugins.c
parente5d9d0d24bc32dcebcd5d2f86ca5cca579bc5dbb (diff)
downloadgnunet-d60c79921cb80f2173d800785ec5d39f6cdbca8c.tar.gz
gnunet-d60c79921cb80f2173d800785ec5d39f6cdbca8c.zip
-fix misc monitoring issues
Diffstat (limited to 'src/transport/gnunet-service-transport_plugins.c')
-rw-r--r--src/transport/gnunet-service-transport_plugins.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/transport/gnunet-service-transport_plugins.c b/src/transport/gnunet-service-transport_plugins.c
index e43b7057a..c029fcbc6 100644
--- a/src/transport/gnunet-service-transport_plugins.c
+++ b/src/transport/gnunet-service-transport_plugins.c
@@ -1,7 +1,7 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2010-2014 Christian Grothoff (and other contributing authors) 3 (C) 2010-2014 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your 7 by the Free Software Foundation; either version 3, or (at your
@@ -78,7 +78,6 @@ static struct TransportPlugin *plugins_head;
78static struct TransportPlugin *plugins_tail; 78static struct TransportPlugin *plugins_tail;
79 79
80 80
81
82/** 81/**
83 * Load and initialize all plugins. The respective functions will be 82 * Load and initialize all plugins. The respective functions will be
84 * invoked by the plugins when the respective events happen. The 83 * invoked by the plugins when the respective events happen. The