Indented with src/scripts/indent-emp.
This commit is contained in:
parent
5f263a7753
commit
9b7adfbecc
437 changed files with 52211 additions and 51052 deletions
|
@ -38,17 +38,17 @@
|
|||
#define MAXIOV 16
|
||||
|
||||
struct io {
|
||||
struct emp_qelem queue;
|
||||
int size;
|
||||
int nbytes;
|
||||
int offset;
|
||||
s_char *data;
|
||||
struct emp_qelem queue;
|
||||
int size;
|
||||
int nbytes;
|
||||
int offset;
|
||||
s_char *data;
|
||||
};
|
||||
|
||||
struct ioqueue {
|
||||
struct io list;
|
||||
int bufsize;
|
||||
int cc;
|
||||
struct io list;
|
||||
int bufsize;
|
||||
int cc;
|
||||
};
|
||||
|
||||
extern struct ioqueue *ioq_create(int size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue