summaryrefslogtreecommitdiff
path: root/cmd/sbc_harness/config/config.h
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-11-21 23:57:23 -0700
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-11-23 13:56:51 -0700
commitca8d254d39e84cbe3374cbc76a5e21efae88e7a0 (patch)
tree30ae0f4888767bfd4b4b6d54cba3aade95371642 /cmd/sbc_harness/config/config.h
parent60230d7862a9a87b4ef5531d0a549172335a2e3f (diff)
libcr: Track coroutine names
Diffstat (limited to 'cmd/sbc_harness/config/config.h')
-rw-r--r--cmd/sbc_harness/config/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/sbc_harness/config/config.h b/cmd/sbc_harness/config/config.h
index 98fc156..85170cc 100644
--- a/cmd/sbc_harness/config/config.h
+++ b/cmd/sbc_harness/config/config.h
@@ -73,6 +73,7 @@
/* COROUTINE ******************************************************************/
#define CONFIG_COROUTINE_DEFAULT_STACK_SIZE (2*1024)
+#define CONFIG_COROUTINE_NAME_LEN 16
#define CONFIG_COROUTINE_MEASURE_STACK 1 /* bool */
#define CONFIG_COROUTINE_PROTECT_STACK 1 /* bool */
#define CONFIG_COROUTINE_DEBUG 0 /* bool */