gfio: update for handling files, connections, states
[fio.git] / gfio.h
diff --git a/gfio.h b/gfio.h
index d115f7c75b7a204df68b5bc279a3be6c6e974e24..dc810a63f87cee2863f0840c0f53f8eb844ded23 100644 (file)
--- a/gfio.h
+++ b/gfio.h
@@ -118,8 +118,11 @@ struct gui_entry {
        struct graph *lat_bucket_graph;
 
        struct gfio_client *client;
-       int nr_job_files;
-       char **job_files;
+       char *job_file;
+       char *host;
+       int port;
+       int type;
+       int server_start;
 };
 
 struct end_results {