summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-16 05:21:31 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-16 05:27:24 -0600
commitf56ae03840bb264163c4035eb72fbac938847638 (patch)
tree30008026f025696066024c8d32001cf938afb9cc /cmd
parentcf102e5e0ce3dfcba0a2dbb6c3d16883e0525b41 (diff)
lib9p_srv: Re-think Tflush semantics
Diffstat (limited to 'cmd')
-rw-r--r--cmd/sbc_harness/config/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/sbc_harness/config/config.h b/cmd/sbc_harness/config/config.h
index c73c266..ca23462 100644
--- a/cmd/sbc_harness/config/config.h
+++ b/cmd/sbc_harness/config/config.h
@@ -47,6 +47,8 @@
/* 9P_SRV *********************************************************************/
+#define CONFIG_9P_SRV_DEBUG 1 /* bool */
+
#define CONFIG_9P_SRV_MAX_MSG_SIZE ((4*1024)+24)
/**