mirror of
https://github.com/openvswitch/ovs
synced 2025-10-13 14:07:02 +00:00
Rename NOT_REACHED to OVS_NOT_REACHED
This allows other libraries to use util.h that has already defined NOT_REACHED. Signed-off-by: Harold Lim <haroldl@vmware.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -532,7 +532,7 @@ reconnect_deadline__(const struct reconnect *fsm)
|
||||
return fsm->state_entered;
|
||||
}
|
||||
|
||||
NOT_REACHED();
|
||||
OVS_NOT_REACHED();
|
||||
}
|
||||
|
||||
/* Assesses whether any action should be taken on 'fsm'. The return value is
|
||||
@@ -604,7 +604,7 @@ reconnect_run(struct reconnect *fsm, long long int now)
|
||||
return 0;
|
||||
}
|
||||
|
||||
NOT_REACHED();
|
||||
OVS_NOT_REACHED();
|
||||
} else {
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user