X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=threads.h;h=b69f4265618d1dd2eb4ef18c66aef2b4442a0496;hb=af25bde59ce05189adee92825ecc03fbb83e675b;hp=9456a22f2fe4942b1004a87794fa3474eaeab26b;hpb=9ba28a8ef15225525c30c5303c859f64602820a3;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 {