commit | 32f69c36e0eec1227934bbd34854bfebd88686f2 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Thu Dec 11 17:48:38 2003 +0000 |
committer | rsc <devnull@localhost> | Thu Dec 11 17:48:38 2003 +0000 |
tree | 1587e9de84816b77168afa81c1594cc686809910 | |
parent | ac244f8d287a6119155ea672c8fd13c487c5e4c7 [diff] [blame] |
Add support for user-level 9P servers/clients and various bug fixes to go with them.
diff --git a/include/fcall.h b/include/fcall.h index f85487b..893b050 100644 --- a/include/fcall.h +++ b/include/fcall.h
@@ -40,6 +40,7 @@ char *data; /* Twrite, Rread */ ushort nstat; /* Twstat, Rstat */ uchar *stat; /* Twstat, Rstat */ + int unixfd; /* Ropenfd */ } Fcall; @@ -100,6 +101,9 @@ Twstat = 126, Rwstat, Tmax, + + Topenfd = 98, + Ropenfd, }; uint convM2S(uchar*, uint, Fcall*);