summaryrefslogtreecommitdiff
path: root/lib9p/core_tables.h
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-21 17:30:52 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-21 17:30:52 -0600
commitef3adc0d857cc0df7579ee66b7d25172ca8af2e1 (patch)
tree8028357729649fcf8678c69b63342aa13c34e635 /lib9p/core_tables.h
parent59e1fc370371c8da876d6c2ce68794bb7f89e525 (diff)
parent1a55efa8be3769d9e31724be31db8f967813133d (diff)
Merge branch 'lukeshu/9p-misc'HEADmain
Diffstat (limited to 'lib9p/core_tables.h')
-rw-r--r--lib9p/core_tables.h3
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];