mirror of
https://github.com/openvswitch/ovs
synced 2025-10-17 14:28: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:
@@ -349,7 +349,7 @@ stream_connect(struct stream *stream)
|
||||
return stream->error;
|
||||
|
||||
default:
|
||||
NOT_REACHED();
|
||||
OVS_NOT_REACHED();
|
||||
}
|
||||
} while (stream->state != last_state);
|
||||
|
||||
|
Reference in New Issue
Block a user