server: improve pidfile and log handling
[fio.git] / server.h
index 72e4cc888dc8ff9649da36cfe0bb9752d7ec6d86..ea888af46c4bcf7e19947088cd2ee02db7cf5d7a 100644 (file)
--- a/server.h
+++ b/server.h
@@ -76,7 +76,7 @@ struct cmd_line_pdu {
 };
 
 extern int fio_start_server(char *);
-extern int fio_server_text_output(const char *, unsigned int len);
+extern int fio_server_text_output(const char *, size_t);
 extern int fio_server_log(const char *format, ...);
 extern int fio_net_send_cmd(int, uint16_t, const void *, off_t, uint64_t);
 extern int fio_net_send_simple_cmd(int sk, uint16_t opcode, uint64_t tag);