mon premier commit ! (super modif !!!!)
This commit is contained in:
parent
e42534dc90
commit
2db4558b5c
|
@ -54,12 +54,12 @@ struct {
|
||||||
// Local threads
|
// Local threads
|
||||||
//
|
//
|
||||||
struct {
|
struct {
|
||||||
int x;
|
int x;
|
||||||
int y;
|
int y;
|
||||||
int z;
|
int z;
|
||||||
} typedef Center_t;
|
} typedef Center_t;
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
pthread_t *id;
|
pthread_t *id;
|
||||||
Center_t *localWorkAreaCenter;
|
Center_t *localWorkAreaCenter;
|
||||||
} typedef Thread_t;
|
} typedef Thread_t;
|
||||||
|
|
Loading…
Reference in New Issue