X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=threads.h;h=b69f4265618d1dd2eb4ef18c66aef2b4442a0496;hb=cf4cc8a444d3c85367b9aa15b91b2829220e2edf;hp=9456a22f2fe4942b1004a87794fa3474eaeab26b;hpb=15190694fd79202132be5f6e056fa5c00893664e;p=model-checker.git diff --git a/threads.h b/threads.h index 9456a22..b69f426 100644 --- a/threads.h +++ b/threads.h @@ -11,10 +11,7 @@ #include "mymemory.h" #include "libthreads.h" - -typedef int thread_id_t; - -#define THREAD_ID_T_NONE -1 +#include "modeltypes.h" /** @brief Represents the state of a user Thread */ typedef enum thread_state {