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];