X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=server.h;h=25b6bbdc25dfb6f6f45e7ddb318d6a5cb9030156;hp=37d2f76a96560dbfa49e1ec23e5cc0c9c17ca493;hb=ed7f3a07363d62c6d6147b0c568f87f079d241a8;hpb=5fff95436922873dd9ded8b21af7222689e2ec5d diff --git a/server.h b/server.h index 37d2f76a..25b6bbdc 100644 --- a/server.h +++ b/server.h @@ -48,7 +48,7 @@ struct fio_net_cmd_reply { }; enum { - FIO_SERVER_VER = 74, + FIO_SERVER_VER = 95, FIO_SERVER_MAX_FRAGMENT_PDU = 1024, FIO_SERVER_MAX_CMD_MB = 2048, @@ -193,6 +193,7 @@ struct cmd_iolog_pdu { uint32_t log_type; uint32_t compressed; uint32_t log_offset; + uint32_t log_prio; uint32_t log_hist_coarseness; uint8_t name[FIO_NET_NAME_MAX]; struct io_sample samples[0]; @@ -232,7 +233,7 @@ extern int fio_net_send_quit(int sk); extern int fio_server_create_sk_key(void); extern void fio_server_destroy_sk_key(void); -extern int exit_backend; +extern bool exit_backend; extern int fio_net_port; #endif