Subversion Repositories planix.SVN

Rev

Blame | Last modification | View Log | RSS feed

enum
{
        Maxfdata        = 8192,
        Maxiosize       = IOHDRSZ+Maxfdata,
};

extern Fcall    *req;
extern Fcall    *rep;
extern char     repdata[Maxfdata];
extern uchar    statbuf[STATMAX];