diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-02-28 16:33:04 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-02-28 19:39:29 -0700 |
commit | 58991986652e0a08f919cb30f5302bb1b977ef32 (patch) | |
tree | 5711e2637bd270087282d5a7cd610b17610f04a8 /lib9p | |
parent | 2de5915f7a06a75611b63507fe7ee123d127a870 (diff) |
stack.c.gen: Fix filename hacks
Diffstat (limited to 'lib9p')
-rw-r--r-- | lib9p/tests/test_server/config/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib9p/tests/test_server/config/config.h b/lib9p/tests/test_server/config/config.h index 201cfd0..67960ca 100644 --- a/lib9p/tests/test_server/config/config.h +++ b/lib9p/tests/test_server/config/config.h @@ -7,7 +7,8 @@ #ifndef _CONFIG_H_ #define _CONFIG_H_ -#define CONFIG_SRV9P_NUM_CONNS 8 +#define _CONFIG_9P_NUM_SOCKS 8 +#define CONFIG_SRV9P_NUM_CONNS _CONFIG_9P_NUM_SOCKS /* 9P *************************************************************************/ |