X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=server.h;h=0e35fde10f04f3fd4590950f1e766d0c5d6c0c68;hp=b895dc31eb4079ea2b482508b6eab9849eacf4c4;hb=87aa8f1901e26bc377f3035a485d35c417d0255a;hpb=0fd666bf0d5fc373f28b1b43d1df817f8ec89605 diff --git a/server.h b/server.h index b895dc31..0e35fde1 100644 --- a/server.h +++ b/server.h @@ -76,6 +76,7 @@ extern int fio_server_text_output(const char *, unsigned int len); extern int fio_server_log(const char *format, ...); extern int fio_net_send_cmd(int, uint16_t, const void *, off_t); extern int fio_net_send_simple_cmd(int sk, uint16_t opcode, uint64_t serial); +extern void fio_server_add_arg(const char *); struct thread_stat; struct group_run_stats;