libthread: simplify alt tracking, possibly fixing bug
This commit is contained in:
parent
acecbb1619
commit
47ede89e4a
3 changed files with 9 additions and 8 deletions
|
|
@ -114,6 +114,7 @@ struct _Thread
|
|||
char name[256];
|
||||
char state[256];
|
||||
void *udata;
|
||||
Alt *alt;
|
||||
};
|
||||
|
||||
struct _Procrendez
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue