add threaddata; correct Alt order
This commit is contained in:
parent
dfb3977d9c
commit
0a89a29f4e
@ -47,6 +47,7 @@ void threaddaemonize(void);
|
|||||||
* per proc and thread data
|
* per proc and thread data
|
||||||
*/
|
*/
|
||||||
void **procdata(void);
|
void **procdata(void);
|
||||||
|
void **threaddata(void);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* supplied by user instead of main.
|
* supplied by user instead of main.
|
||||||
@ -73,8 +74,8 @@ enum
|
|||||||
|
|
||||||
struct Alt
|
struct Alt
|
||||||
{
|
{
|
||||||
void *v;
|
|
||||||
Channel *c;
|
Channel *c;
|
||||||
|
void *v;
|
||||||
uint op;
|
uint op;
|
||||||
_Thread *thread;
|
_Thread *thread;
|
||||||
Alt *xalt;
|
Alt *xalt;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user