diff options
| author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2026-05-03 18:25:33 +0200 |
|---|---|---|
| committer | Sander Vrijders <sander@ouroboros.rocks> | 2026-05-20 08:17:06 +0200 |
| commit | 1e75103b1546f1fc732c37c93b85510b4b4f8c81 (patch) | |
| tree | 1ed73603919803122094ad838aa72f6d93e1bd56 /src/lib/CMakeLists.txt | |
| parent | ea864c3d3e8ff75ffbbc1e3f01db09daa9b7a5c8 (diff) | |
| download | ouroboros-1e75103b1546f1fc732c37c93b85510b4b4f8c81.tar.gz ouroboros-1e75103b1546f1fc732c37c93b85510b4b4f8c81.zip | |
lib: Add generic hierarchical timing wheel
Introduce a generic 3-level / 256-slot deadline-ordered callback queue
(1 ms / 16 ms / 256 ms per-slot resolution at levels 0/1/2). Will
replace the existing timerwheel.c.
Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'src/lib/CMakeLists.txt')
| -rw-r--r-- | src/lib/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/CMakeLists.txt b/src/lib/CMakeLists.txt index f68d3601..6cd3a8a4 100644 --- a/src/lib/CMakeLists.txt +++ b/src/lib/CMakeLists.txt @@ -39,6 +39,7 @@ set(SOURCE_FILES_COMMON ssm/pool.c sockets.c tpm.c + tw.c utils.c ) |
