fix various problems with my 64-bit clean hack
[model-checker.git] / schedule.cc
index 40f9894ebb9a7be5a8ecc918fe56038471c64020..328bda6990c3e55a61574261f893fa77a9031eaa 100644 (file)
@@ -1,8 +1,15 @@
+/* -*- Mode: C; indent-tabs-mode: t -*- */
+
 #include "threads.h"
 #include "schedule.h"
 #include "common.h"
 #include "model.h"
 
+Scheduler::Scheduler(): 
+current(NULL) 
+{
+}
+
 void Scheduler::add_thread(Thread *t)
 {
        DEBUG("thread %d\n", t->get_id());