Some bugfixes for sensor/data code + add FCGI_INT_T
[matches/MCTX3420.git] / server / data.h
index e52dadc..a64d635 100644 (file)
@@ -34,8 +34,7 @@ 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
        char * filename; // Name of the file
        pthread_mutex_t mutex; // Mutex around num_points

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