We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed9444 commit 3963313Copy full SHA for 3963313
1 file changed
src/utils/file.h
@@ -12,6 +12,8 @@
12
13
typedef enum
14
{
15
+ /* message for compatibility check */
16
+ FIO_AGENT_VERSION, /* never move this */
17
FIO_OPEN,
18
FIO_CLOSE,
19
FIO_WRITE,
@@ -50,8 +52,6 @@ typedef enum
50
52
/* messages for closing connection */
51
53
FIO_DISCONNECT,
54
FIO_DISCONNECTED,
- /* message for compatibility check */
- FIO_AGENT_VERSION,
55
FIO_LIST_DIR,
56
FIO_CHECK_POSTMASTER
57
} fio_operations;
0 commit comments