X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=threads_internal.h;h=0fde64b768bb2cb7f37efc943fca5c4a42b8e3ca;hb=f646d6a9d7c201e54a3f7eb1f026064d4136cf2e;hp=37b446c0227591438d2257439c61857bce2e68fe;hpb=3ec8b2cabc09653e410e28531669102d2bab449b;p=model-checker.git diff --git a/threads_internal.h b/threads_internal.h index 37b446c..0fde64b 100644 --- a/threads_internal.h +++ b/threads_internal.h @@ -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__ */