|
1 | 1 | #ifndef CAPIO_COMMON_REQUESTS_HPP |
2 | 2 | #define CAPIO_COMMON_REQUESTS_HPP |
3 | 3 |
|
4 | | -constexpr const int CAPIO_REQUEST_ACCESS = 0; |
5 | | -constexpr const int CAPIO_REQUEST_CLONE = 1; |
6 | | -constexpr const int CAPIO_REQUEST_CLOSE = 2; |
7 | | -constexpr const int CAPIO_REQUEST_CREATE = 3; |
8 | | -constexpr const int CAPIO_REQUEST_CREATE_EXCLUSIVE = 4; |
9 | | -constexpr const int CAPIO_REQUEST_DUP = 5; |
10 | | -constexpr const int CAPIO_REQUEST_EXIT_GROUP = 6; |
11 | | -constexpr const int CAPIO_REQUEST_FSTAT = 7; |
12 | | -constexpr const int CAPIO_REQUEST_GETDENTS = 8; |
13 | | -constexpr const int CAPIO_REQUEST_GETDENTS64 = 9; |
14 | | -constexpr const int CAPIO_REQUEST_HANDSHAKE_NAMED = 10; |
15 | | -constexpr const int CAPIO_REQUEST_MKDIR = 11; |
16 | | -constexpr const int CAPIO_REQUEST_OPEN = 12; |
17 | | -constexpr const int CAPIO_REQUEST_READ = 13; |
18 | | -constexpr const int CAPIO_REQUEST_RENAME = 14; |
19 | | -constexpr const int CAPIO_REQUEST_SEEK = 15; |
20 | | -constexpr const int CAPIO_REQUEST_SEEK_DATA = 16; |
21 | | -constexpr const int CAPIO_REQUEST_SEEK_END = 17; |
22 | | -constexpr const int CAPIO_REQUEST_SEEK_HOLE = 18; |
23 | | -constexpr const int CAPIO_REQUEST_STAT = 19; |
24 | | -constexpr const int CAPIO_REQUEST_UNLINK = 20; |
25 | | -constexpr const int CAPIO_REQUEST_WRITE = 21; |
26 | | -constexpr const int CAPIO_REQUEST_RMDIR = 22; |
| 4 | +constexpr const int CAPIO_REQUEST_ACCESS = 0; |
| 5 | +constexpr const int CAPIO_REQUEST_CLONE = 1; |
| 6 | +constexpr const int CAPIO_REQUEST_CLOSE = 2; |
| 7 | +constexpr const int CAPIO_REQUEST_CREATE = 3; |
| 8 | +constexpr const int CAPIO_REQUEST_CREATE_EXCLUSIVE = 4; |
| 9 | +constexpr const int CAPIO_REQUEST_DUP = 5; |
| 10 | +constexpr const int CAPIO_REQUEST_EXIT_GROUP = 6; |
| 11 | +constexpr const int CAPIO_REQUEST_FSTAT = 7; |
| 12 | +constexpr const int CAPIO_REQUEST_GETDENTS = 8; |
| 13 | +constexpr const int CAPIO_REQUEST_GETDENTS64 = 9; |
| 14 | +constexpr const int CAPIO_REQUEST_HANDSHAKE_NAMED = 10; |
| 15 | +constexpr const int CAPIO_REQUEST_MKDIR = 11; |
| 16 | +constexpr const int CAPIO_REQUEST_OPEN = 12; |
| 17 | +constexpr const int CAPIO_REQUEST_READ = 13; |
| 18 | +constexpr const int CAPIO_REQUEST_RENAME = 14; |
| 19 | +constexpr const int CAPIO_REQUEST_SEEK = 15; |
| 20 | +constexpr const int CAPIO_REQUEST_SEEK_DATA = 16; |
| 21 | +constexpr const int CAPIO_REQUEST_SEEK_END = 17; |
| 22 | +constexpr const int CAPIO_REQUEST_SEEK_HOLE = 18; |
| 23 | +constexpr const int CAPIO_REQUEST_STAT = 19; |
| 24 | +constexpr const int CAPIO_REQUEST_UNLINK = 20; |
| 25 | +constexpr const int CAPIO_REQUEST_WRITE = 21; |
| 26 | +constexpr const int CAPIO_REQUEST_RMDIR = 22; |
27 | 27 |
|
28 | 28 | constexpr const int CAPIO_NR_REQUESTS = 24; |
29 | 29 |
|
|
0 commit comments