Add support for client/server connection over unix domain sockets
[fio.git] / server.h
index b895dc31eb4079ea2b482508b6eab9849eacf4c4..0e35fde10f04f3fd4590950f1e766d0c5d6c0c68 100644 (file)
--- 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;