From 9f60dbfc201ebe1f91bde6614e32d8a761cf038f Mon Sep 17 00:00:00 2001 From: AssemblyJohn Date: Mon, 21 Oct 2024 16:09:08 +0300 Subject: [PATCH] Prototype for shared timer context Signed-off-by: AssemblyJohn --- include/everest/timer.hpp | 83 ++++++++++++++++++++++++++++++--------- 1 file changed, 65 insertions(+), 18 deletions(-) diff --git a/include/everest/timer.hpp b/include/everest/timer.hpp index 70b2567..4abfa0a 100644 --- a/include/everest/timer.hpp +++ b/include/everest/timer.hpp @@ -10,6 +10,8 @@ #include #include #include +#include +#include #include namespace Everest { @@ -30,6 +32,49 @@ template