summaryrefslogtreecommitdiff
path: root/kern/timer.c
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-09-06 20:42:42 +0200
committerRichard Braun <rbraun@sceen.net>2017-09-06 20:42:42 +0200
commit76161a62dd157ec9c7692098356a439b408ced60 (patch)
tree431ad80a71cc36c474796a8f3bc94ea542c5a75f /kern/timer.c
parent922d9451fa7104ceb97393f84918c3a186cefe4c (diff)
kern/timer: add TODO entry about hash parameters
Diffstat (limited to 'kern/timer.c')
-rw-r--r--kern/timer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/timer.c b/kern/timer.c
index 57f1765..c73a34a 100644
--- a/kern/timer.c
+++ b/kern/timer.c
@@ -18,6 +18,8 @@
* This implementation is based on "Hashed and Hierarchical Timing Wheels:
* Efficient Data Structures for Implementing a Timer Facility" by George
* Varghese and Tony Lauck. Specifically, it implements scheme 6.1.2.
+ *
+ * TODO Analyse hash parameters.
*/
#include <assert.h>