commit ceb8994075b99e53f5069ec216d1af75be40b90c parent 417a9c66df074607102141c599a581deccd82829 Author: Matsuda Kenji <info@mtkn.jp> Date: Sun, 8 Oct 2023 05:08:34 +0900 add NOTAG const Diffstat:
| M | fcall.go | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/fcall.go b/fcall.go @@ -45,6 +45,8 @@ const ( // In Plan9, this const is 24. const IOHDRSZ = 23 +const NOTAG = ^uint16(0) + // Msg represents any kind of message of 9P. // It defines methods for common fields. type Msg interface {