]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
note todo
authorAlan T. DeKok <aland@freeradius.org>
Tue, 31 Oct 2017 15:46:44 +0000 (11:46 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 31 Oct 2017 15:46:44 +0000 (11:46 -0400)
src/modules/rlm_stats/rlm_stats.c

index 62d64a271b7d5e866f9546dc87c4ae3081daa0fb..96c87498460466d2ae948544afeca8a2f3b69043 100644 (file)
@@ -28,6 +28,13 @@ RCSID("$Id$")
 #include <freeradius-devel/io/listen.h>
 #include <freeradius-devel/rad_assert.h>
 
+/*
+ *     @todo - also get the statistics from the network side for
+ *             that, though, we need a way to find other network
+ *             sockets (i.e. not this one), and then query them for
+ *             statistics.
+ */
+
 #ifdef HAVE_PTHREAD_H
 #include <pthread.h>
 #define PTHREAD_MUTEX_LOCK   pthread_mutex_lock