threads_internal: pass the current 'action' to the internal thread system
[model-checker.git] / threads_internal.h
index 37b446c0227591438d2257439c61857bce2e68fe..0fde64b768bb2cb7f37efc943fca5c4a42b8e3ca 100644 (file)
@@ -1,8 +1,9 @@
 #ifndef __THREADS_INTERNAL_H__
 #define __THREADS_INTERNAL_H__
 
+#include "model.h"
 #include "libthreads.h"
 
-int thread_switch_to_master();
+int thread_switch_to_master(ModelAction *act);
 
 #endif /* __THREADS_INTERNAL_H__ */