From 7ee1b45af11535ae7e4081d5fabc8eec31715a52 Mon Sep 17 00:00:00 2001 From: frosty Date: Tue, 31 Mar 2026 00:44:53 +0300 Subject: perf: replace blocking accept and mutex queue with poll + lock-free hybrid --- src/beaker_globals.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/beaker_globals.h') diff --git a/src/beaker_globals.h b/src/beaker_globals.h index 7b727bc..0682533 100644 --- a/src/beaker_globals.h +++ b/src/beaker_globals.h @@ -1,7 +1,8 @@ -#ifndef BEAKER_GLOBALS_H +#ifndef BEAKER_GLOBALS_H #define BEAKER_GLOBALS_H -#include "../beaker.h" +#include "../beaker.h" +#include extern RouteHandler handlers[MAX_HANDLERS]; -- cgit v1.2.3