From b084bd07570cd031cbba4cc0617418883d82a9c7 Mon Sep 17 00:00:00 2001 From: Samuel Hunt Date: Thu, 8 Jan 2026 16:13:19 +0000 Subject: Priority based FIC scheduler capable of >40 services --- src/utils.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/utils.cpp') diff --git a/src/utils.cpp b/src/utils.cpp index 7ea6293..127ba78 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -31,6 +31,7 @@ #include #include "utils.h" #include "fig/FIG0structs.h" +#include "fig/FIGSchedulerType.h" using namespace std; @@ -496,6 +497,8 @@ void printEnsemble(const shared_ptr& ensemble) break; } + etiLog.level(info) << " FIC sched: " << FIC::scheduler_type_to_string(ensemble->fic_scheduler); + if (ensemble->lto_auto) { time_t now = time(nullptr); struct tm ltime; -- cgit v1.2.3