server: add vectored fio_send_cmd_ext_pdu()
[fio.git] / server.h
index 76d24583de49c6bbfcec5fc47535a1ae48701835..27e552320c221d9fea252f73e161ce47934c7f8e 100644 (file)
--- a/server.h
+++ b/server.h
@@ -157,7 +157,7 @@ extern void fio_server_idle_loop(void);
 extern int fio_recv_data(int sk, void *p, unsigned int len);
 extern int fio_send_data(int sk, const void *p, unsigned int len);
 extern void fio_net_cmd_crc(struct fio_net_cmd *);
-extern void fio_net_cmd_crc_pdu(struct fio_net_cmd *, void *);
+extern void fio_net_cmd_crc_pdu(struct fio_net_cmd *, const void *);
 extern struct fio_net_cmd *fio_net_recv_cmd(int sk);
 
 extern int fio_send_iolog(struct thread_data *, struct io_log *, const char *);