From 2e1462a0ff8ab80ba8f9efc1361bf02876794c0e Mon Sep 17 00:00:00 2001 From: "quentin.perret" Date: Mon, 13 Jun 2022 15:12:07 +0200 Subject: [PATCH] adapt code for pack --- Code-C/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Code-C/main.c b/Code-C/main.c index 9635435..c72f23b 100644 --- a/Code-C/main.c +++ b/Code-C/main.c @@ -44,8 +44,8 @@ int main(int argc , char** argv){ pthread_t rawData; pthread_create(&rawData , NULL, simulateFlux, (void *)&rawData); - pthread_t calcul; - pthread_create(&calcul , NULL, threadCalcul, (void *)&calcul); + //pthread_t calcul; + //pthread_create(&calcul , NULL, threadCalcul, (void *)&calcul); pthread_exit(NULL); } \ No newline at end of file