model / threads: remove global get_next_id() interface
[cdsspec-compiler.git] / threads-model.h
index 5fc6d675aba6a9f05b132ded2ad2aed0ad6250d5..733d825f243ea5ea32a1bde878f37c97448f77b2 100644 (file)
@@ -41,7 +41,7 @@ class ModelAction;
 class Thread {
 public:
        Thread(thread_id_t tid);
-       Thread(thrd_t *t, void (*func)(void *), void *a, Thread *parent);
+       Thread(thread_id_t tid, thrd_t *t, void (*func)(void *), void *a, Thread *parent);
        ~Thread();
        void complete();