Merge branch 'read_iolog-from-unix-socket' of https://github.com/aclamk/fio
[fio.git] / gclient.c
index 5087b6befc0557b2e354cc5b161d4edf80b5e06f..7e5071d65b420315aea022b7d2dccce65dde74da 100644 (file)
--- a/gclient.c
+++ b/gclient.c
@@ -1,4 +1,4 @@
-#include <malloc.h>
+#include <stdlib.h>
 #include <string.h>
 
 #include <glib.h>
@@ -641,7 +641,7 @@ static void gfio_client_timed_out(struct fio_client *client)
        gdk_threads_leave();
 }
 
-static void gfio_client_stop(struct fio_client *client, struct fio_net_cmd *cmd)
+static void gfio_client_stop(struct fio_client *client)
 {
        struct gfio_client *gc = client->client_data;