diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-21 17:28:01 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-21 17:28:49 -0600 |
commit | 1a55efa8be3769d9e31724be31db8f967813133d (patch) | |
tree | 8028357729649fcf8678c69b63342aa13c34e635 /lib9p/core_tables.h | |
parent | 05f170fc9382dc619a6a3f7ea22c423456a96580 (diff) |
lib9p_srv: Cap Tread->count
Diffstat (limited to 'lib9p/core_tables.h')
-rw-r--r-- | lib9p/core_tables.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib9p/core_tables.h b/lib9p/core_tables.h index 17e9398..da2027a 100644 --- a/lib9p/core_tables.h +++ b/lib9p/core_tables.h @@ -13,7 +13,8 @@ struct _lib9p_ver_tentry { const char *name; - uint32_t min_msg_size; + uint32_t min_Rerror_size; + uint32_t min_Rread_size; }; extern const struct _lib9p_ver_tentry _lib9p_table_ver[LIB9P_VER_NUM]; |