Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
enum
2
{
3
	Maxfdata	= 8192,
4
	Maxiosize	= IOHDRSZ+Maxfdata,
5
};
6
 
7
extern Fcall	*req;
8
extern Fcall	*rep;
9
extern char	repdata[Maxfdata];
10
extern uchar	statbuf[STATMAX];