Fix prev bad merge
This commit is contained in:
parent
648c4ab06c
commit
e21ad9ee0f
|
|
@ -16,13 +16,6 @@ typedef struct {
|
||||||
typedef struct coordination {
|
typedef struct coordination {
|
||||||
bool active;
|
bool active;
|
||||||
|
|
||||||
|
|
||||||
struct {
|
|
||||||
bool intersecting;
|
|
||||||
uint64_t t_negotiation;
|
|
||||||
|
|
||||||
} neighbours;
|
|
||||||
|
|
||||||
pthread_mutex_t lock;
|
pthread_mutex_t lock;
|
||||||
|
|
||||||
mc_neighbour_s neighbours[MC_MAX_NEIGHBOURS];
|
mc_neighbour_s neighbours[MC_MAX_NEIGHBOURS];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue