From 562b85648870cb30f5aada03c1508e81af779012 Mon Sep 17 00:00:00 2001 From: Max Wash Date: Thu, 30 Apr 2026 19:05:14 +0100 Subject: [PATCH] libmango: add a task config key to get the task ID --- libmango/include/mango/types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libmango/include/mango/types.h b/libmango/include/mango/types.h index 701212e..80644bc 100644 --- a/libmango/include/mango/types.h +++ b/libmango/include/mango/types.h @@ -26,6 +26,7 @@ /* config keys for use with task_config_get/task_config_set */ #define TASK_CFG_INVALID 0x00000u +#define TASK_CFG_ID 0x10001u /* config keys for use with thread_config_get/thread_config_set */ #define THREAD_CFG_INVALID 0x00000u