From e21ad9ee0fea9d5bb36a220ed6e2f3968bd8a22b Mon Sep 17 00:00:00 2001 From: emanuel Date: Wed, 16 Feb 2022 14:32:55 +0000 Subject: [PATCH] Fix prev bad merge --- src/dcm.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/dcm.h b/src/dcm.h index 6da337c..8112956 100644 --- a/src/dcm.h +++ b/src/dcm.h @@ -16,13 +16,6 @@ typedef struct { typedef struct coordination { bool active; - - struct { - bool intersecting; - uint64_t t_negotiation; - - } neighbours; - pthread_mutex_t lock; mc_neighbour_s neighbours[MC_MAX_NEIGHBOURS];