Skip to content

Commit 280c716

Browse files
committed
Added t_wstat definition
1 parent a9c19cd commit 280c716

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/filesys/fs9p/fs9p_internal.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ enum {
4242
r_remove,
4343
t_stat = 124,
4444
r_stat,
45+
t_wstat = 126,
46+
r_wstat,
4547
};
4648

4749
// maximum length we're willing to send/receive from host

0 commit comments

Comments
 (0)