]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Missed in earlier commit
authorAlan T. DeKok <aland@freeradius.org>
Sun, 6 May 2012 13:40:14 +0000 (15:40 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 6 May 2012 13:40:14 +0000 (15:40 +0200)
src/include/stats.h

index a5c8fe3a775ba05424d97477bda6f3127add8dae..efa13c316795517234c51da912bacf450b3869ef 100644 (file)
@@ -50,6 +50,7 @@ typedef struct fr_stats_t {
        fr_uint_t               total_packets_dropped;
        fr_uint_t               total_no_records;
        fr_uint_t               total_unknown_types;
+       fr_uint_t               total_timeouts;
        time_t                  last_packet;
        fr_uint_t               elapsed[8];
 } fr_stats_t;