summaryrefslogtreecommitdiff
path: root/lib9p/types.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib9p/types.c')
-rw-r--r--lib9p/types.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib9p/types.c b/lib9p/types.c
index 071e3c8..f4718b6 100644
--- a/lib9p/types.c
+++ b/lib9p/types.c
@@ -805,6 +805,12 @@ struct _vtable_version _lib9p_vtables[LIB9P_VER_NUM] = {
.unmarshal = (_unmarshal_fn_t)unmarshal_Rversion,
.marshal = (_marshal_fn_t)marshal_Rversion,
},
+ [LIB9P_TYP_Rerror] = {
+ .unmarshal_basesize = sizeof(struct lib9p_msg_Rerror),
+ .unmarshal_extrasize = checksize_Rerror,
+ .unmarshal = (_unmarshal_fn_t)unmarshal_Rerror,
+ .marshal = (_marshal_fn_t)marshal_Rerror,
+ },
}},
[LIB9P_VER_9P2000] = { .msgs = {
[LIB9P_TYP_Tversion] = {