diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-16 05:21:31 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-16 05:27:24 -0600 |
commit | f56ae03840bb264163c4035eb72fbac938847638 (patch) | |
tree | 30008026f025696066024c8d32001cf938afb9cc /cmd | |
parent | cf102e5e0ce3dfcba0a2dbb6c3d16883e0525b41 (diff) |
lib9p_srv: Re-think Tflush semantics
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/sbc_harness/config/config.h | 2 |
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) /** |