X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/e7eb3a2744aa45179daea235800753d3d1955338..888b8031dcbb859ffb8afbfee2c66ef97363141a:/server/stats.c diff --git a/server/stats.c b/server/stats.c index 772be13..81c92f4 100644 --- a/server/stats.c +++ b/server/stats.c @@ -15,6 +15,12 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ +/** @file server/stats.c + * @brief Generate server statistics + * + * This is done in a subprogram because it can be quite slow and we don't want + * to wedge the rest of the server for the duration. + */ #include "disorder-server.h"