|
Squid Web Cache master
|
#include "DiskIO/DiskIOStrategy.h"Go to the source code of this file.
Classes | |
| class | DiskThreadsIOStrategy |
Macros | |
| #define | _AIO_OPEN 0 |
| #define | _AIO_READ 1 |
| #define | _AIO_WRITE 2 |
| #define | _AIO_CLOSE 3 |
| #define | _AIO_UNLINK 4 |
| #define | _AIO_OPENDIR 5 |
| #define | _AIO_STAT 6 |
| #define _AIO_CLOSE 3 |
Definition at line 17 of file DiskThreadsIOStrategy.h.
| #define _AIO_OPEN 0 |
Definition at line 14 of file DiskThreadsIOStrategy.h.
| #define _AIO_OPENDIR 5 |
Definition at line 19 of file DiskThreadsIOStrategy.h.
| #define _AIO_READ 1 |
Definition at line 15 of file DiskThreadsIOStrategy.h.
| #define _AIO_STAT 6 |
Definition at line 20 of file DiskThreadsIOStrategy.h.
| #define _AIO_UNLINK 4 |
Definition at line 18 of file DiskThreadsIOStrategy.h.
| #define _AIO_WRITE 2 |
Definition at line 16 of file DiskThreadsIOStrategy.h.