Merge branch 'master' of https://github.com/szmoore/MCTX3420.git
authorJeremy Tan <[email protected]>
Mon, 9 Sep 2013 06:32:39 +0000 (14:32 +0800)
committerJeremy Tan <[email protected]>
Mon, 9 Sep 2013 06:32:39 +0000 (14:32 +0800)
Conflicts:
server/sensor.c

1  2 
server/sensor.h

diff --cc server/sensor.h
@@@ -44,10 -58,10 +58,12 @@@ typedef struc
        int write_index;
        /** Number of points read **/
        long points_read;
+       /** Number of points written to file **/
+       long points_written;
        /** Binary file to write data into when buffer is full **/
        FILE * file;
 +      /** Number of data points stored in file **/
 +      long points_stored;
        /** Thread running the sensor **/
        pthread_t thread;
        /** Mutex to protect access to stuff **/

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