commit 4f6b2143138263be53ff1da018ded2e7548d256a from: Omar Polo date: Fri Jul 30 18:39:33 2021 UTC define QIDSIZE, it's handy commit - 8d448d55b6bbc96a81224f718ada7a1b76991f99 commit + 4f6b2143138263be53ff1da018ded2e7548d256a blob - 49d3bdf33437be2863e384e6838a1b0fd538677e blob + ddac5d726866908b39eaf6318250ba6d480d4625 --- kamid.h +++ kamid.h @@ -149,6 +149,7 @@ struct np_msg_header { #define NOTAG ((uint16_t)~0U) #define NOFID ((uint32_t)~0U) #define NOUID (-1) +#define QIDSIZE 13 /* bits in Qid.type */ #define QTDIR 0x80 /* type bit for directories */