summaryrefslogtreecommitdiff
path: root/src/lib/thread/numcpus.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/thread/numcpus.c')
-rw-r--r--src/lib/thread/numcpus.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/thread/numcpus.c b/src/lib/thread/numcpus.c
index 534b0570f8..b8763f118f 100644
--- a/src/lib/thread/numcpus.c
+++ b/src/lib/thread/numcpus.c
@@ -3,6 +3,11 @@
* Copyright (c) 2007-2018, The Tor Project, Inc. */
/* See LICENSE for licensing information */
+/**
+ * \file numcpus.c
+ * \brief Compute the number of CPUs configured on this system.
+ **/
+
#include "orconfig.h"
#include "lib/thread/numcpus.h"
#include "lib/log/torlog.h"