ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Linux-AIO/AIO.xs
(Generate patch)

Comparing Linux-AIO/AIO.xs (file contents):
Revision 1.6 by root, Tue Aug 14 23:25:39 2001 UTC vs.
Revision 1.7 by root, Wed Aug 15 03:24:08 2001 UTC

5#include <sys/types.h> 5#include <sys/types.h>
6#include <unistd.h> 6#include <unistd.h>
7#include <fcntl.h> 7#include <fcntl.h>
8#include <sched.h> 8#include <sched.h>
9 9
10#define STACKSIZE 2048 /* yeah */ 10#define STACKSIZE 4096 /* yeah */
11 11
12#define REQ_QUIT 0 12#define REQ_QUIT 0
13#define REQ_READ 1 13#define REQ_READ 1
14#define REQ_WRITE 2 14#define REQ_WRITE 2
15 15

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines