From 2db4558b5cae5feedb532e20643c61c0aa48c513 Mon Sep 17 00:00:00 2001 From: Jean Sirmai Date: Fri, 11 Jun 2021 12:29:43 +0200 Subject: [PATCH] mon premier commit ! (super modif !!!!) --- include/base.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/base.h b/include/base.h index 200b67e..6e307cd 100644 --- a/include/base.h +++ b/include/base.h @@ -54,12 +54,12 @@ struct { // Local threads // struct { - int x; - int y; - int z; + int x; + int y; + int z; } typedef Center_t; struct { - pthread_t *id; - Center_t *localWorkAreaCenter; + pthread_t *id; + Center_t *localWorkAreaCenter; } typedef Thread_t;