Some bugfixes for sensor/data code + add FCGI_INT_T
[matches/MCTX3420.git] / server / data.h
index 726af5c..a64d635 100644 (file)
@@ -34,10 +34,9 @@ typedef enum
  */
 typedef struct
 {
-       FILE * read_file; // used for reading
-       FILE * write_file; // used for writing
+       FILE * file; // file pointer
        int num_points; // Number of DataPoints in the file
-       const char * filename; // Name of the file
+       char * filename; // Name of the file
        pthread_mutex_t mutex; // Mutex around num_points
 } DataFile;
 

UCC git Repository :: git.ucc.asn.au