1

add vorgabe

This commit is contained in:
2022-07-04 16:20:08 +02:00
parent da6c5ab0b5
commit 17aee557da

View File

@ -35,14 +35,13 @@ class Thread : public Chain {
private:
Thread(const Thread& copy) = delete; // Verhindere Kopieren
struct ThreadState regs;
unsigned int* stack;
public:
unsigned int tid; // Thread-ID (wird im Konstruktor vergeben)
struct ThreadState regs;
Thread();
~Thread();
// Thread aktivieren