diff options
Diffstat (limited to 'kern/timer.c')
-rw-r--r-- | kern/timer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/timer.c b/kern/timer.c index 57f1765f..c73a34a9 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> |