From 5574c8b01430e7145345369e00f355d468aa333a Mon Sep 17 00:00:00 2001 From: Radkesvat <134321679+radkesvat@users.noreply.github.com> Date: Wed, 19 Jun 2024 23:15:12 +0000 Subject: [PATCH] add some notes for reader --- ww/idle_table.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ww/idle_table.h b/ww/idle_table.h index 0ca68acd..8e40569a 100644 --- a/ww/idle_table.h +++ b/ww/idle_table.h @@ -22,6 +22,10 @@ -- valgrind unfriendly, since we required 64byte alignment, so it says "possibly lost" but the pointer is saved in "memptr" field inside the object + + note that libhv timer is also not a real timer, but is a heap like timer + i didnt know this when i created the idle table but, this is still useful i believe and + has its own usecases */ struct idle_item_s;