Change times to be relative to this experiment
[matches/MCTX3420.git] / server / control.c
index b12530f..4c64f02 100644 (file)
@@ -112,4 +112,8 @@ bool Control_Lock() {
 
 void Control_Unlock() {
        pthread_mutex_unlock(&(g_controls.mutex));
+}
+
+const struct timeval* Control_GetStartTime() {
+       return &g_controls.start_time;
 }
\ No newline at end of file

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