Add support for user-level 9P servers/clients and various bug fixes to go with them.
This commit is contained in:
parent
ac244f8d28
commit
32f69c36e0
60 changed files with 965 additions and 485 deletions
|
|
@ -40,6 +40,7 @@ struct Fcall
|
|||
char *data; /* Twrite, Rread */
|
||||
ushort nstat; /* Twstat, Rstat */
|
||||
uchar *stat; /* Twstat, Rstat */
|
||||
int unixfd; /* Ropenfd */
|
||||
} Fcall;
|
||||
|
||||
|
||||
|
|
@ -100,6 +101,9 @@ enum
|
|||
Twstat = 126,
|
||||
Rwstat,
|
||||
Tmax,
|
||||
|
||||
Topenfd = 98,
|
||||
Ropenfd,
|
||||
};
|
||||
|
||||
uint convM2S(uchar*, uint, Fcall*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue