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 09:02:38 -0600 |
commit | a5061fa634af1e7011182e1c115151dd96af8393 (patch) | |
tree | e13794366a09d0480253076d458b413faa5680a5 /cmd/sbc_harness/config/config.h | |
parent | cf102e5e0ce3dfcba0a2dbb6c3d16883e0525b41 (diff) |
lib9p_srv: Re-think flush semantics
Diffstat (limited to 'cmd/sbc_harness/config/config.h')
-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) /** |