commit aa495dd96b6a7bfeda47c5bab4682e3e28fb030e from: Omar Polo date: Sat Jan 22 16:29:01 2022 UTC annotate hex values for 9p message types it's a bit easier to debug hexdumps now commit - e13d3f6ef8070929b2144ec2eb5c9cb76541bc7e commit + aa495dd96b6a7bfeda47c5bab4682e3e28fb030e blob - 32883661a561e80c423f155b5ffa2f4011110141 blob + 96358ea9cb7c08c8a5b9f018d03ef8c7a23cdbc1 --- lib/kami.h +++ lib/kami.h @@ -90,33 +90,33 @@ enum { Treaddir = 40, /* .L */ Rreaddir, - Tversion = 100, + Tversion = 100, /* 0x64 */ Rversion, - Tauth = 102, + Tauth = 102, /* 0x66 */ Rauth, - Tattach = 104, + Tattach = 104, /* 0x68 */ Rattach, Terror = 106, /* illegal */ Rerror, - Tflush = 108, + Tflush = 108, /* 0x6c */ Rflush, - Twalk = 110, + Twalk = 110, /* 0x6e */ Rwalk, - Topen = 112, + Topen = 112, /* 0x70 */ Ropen, - Tcreate = 114, + Tcreate = 114, /* 0x72 */ Rcreate, - Tread = 116, + Tread = 116, /* 0x74 */ Rread, - Twrite = 118, + Twrite = 118, /* 0x76 */ Rwrite, - Tclunk = 120, + Tclunk = 120, /* 0x78 */ Rclunk, - Tremove = 122, + Tremove = 122, /* 0x7a */ Rremove, - Tstat = 124, + Tstat = 124, /* 0x7c */ Rstat, - Twstat = 126, + Twstat = 126, /* 0x7e */ Rwstat, Tmax,