aboutsummaryrefslogtreecommitdiff
path: root/src/universe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/universe.h')
-rw-r--r--src/universe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/universe.h b/src/universe.h
index 0599302..3f61945 100644
--- a/src/universe.h
+++ b/src/universe.h
@@ -71,7 +71,7 @@ struct s_Universe
71 71
72 // Initialized by 'init_once_LOCKED()': the deep userdata Linda object 72 // Initialized by 'init_once_LOCKED()': the deep userdata Linda object
73 // used for timers (each lane will get a proxy to this) 73 // used for timers (each lane will get a proxy to this)
74 volatile DeepPrelude* timer_deep; // = NULL 74 volatile DeepPrelude* timer_deep; // = nullptr
75 75
76#if HAVE_LANE_TRACKING() 76#if HAVE_LANE_TRACKING()
77 MUTEX_T tracking_cs; 77 MUTEX_T tracking_cs;