From: Alan T. DeKok Date: Tue, 31 Oct 2017 15:46:44 +0000 (-0400) Subject: note todo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4db4a5bce3113b944953825c607ca85a99953ca;p=thirdparty%2Ffreeradius-server.git note todo --- diff --git a/src/modules/rlm_stats/rlm_stats.c b/src/modules/rlm_stats/rlm_stats.c index 62d64a271b7..96c87498460 100644 --- a/src/modules/rlm_stats/rlm_stats.c +++ b/src/modules/rlm_stats/rlm_stats.c @@ -28,6 +28,13 @@ RCSID("$Id$") #include #include +/* + * @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 #define PTHREAD_MUTEX_LOCK pthread_mutex_lock