diff --git a/src/vcm.c b/src/vcm.c index d1cfc9e..3cf9d82 100644 --- a/src/vcm.c +++ b/src/vcm.c @@ -240,7 +240,7 @@ static int vcm_check_handle_reply(VCM_t* vcm, mc_neighbour_s* neighbour) { return rv; } -static int vcm_check_intersection_detected(VCM_t* vcm, mc_neighbour_s* neighbour) { +static int intersection_detected(VCM_t* vcm, mc_neighbour_s* neighbour) { int rv = 0; @@ -540,7 +540,7 @@ int vcm_check(VCM_t* vcm) { trajectoryA[index].longitude/1.0e7, trajectoryA[index].timestamp - now); - vcm_check_intersection_detected(vcm, &coordination->neighbours[ni]); + intersection_detected(vcm, &coordination->neighbours[ni]); } } break;