add threaddata; correct Alt order
This commit is contained in:
parent
dfb3977d9c
commit
0a89a29f4e
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue