From 428b2eddc9c47d8306252f0fc5218839d2ff017c Mon Sep 17 00:00:00 2001 From: Harold Lim Date: Tue, 17 Dec 2013 10:32:12 -0800 Subject: 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 Signed-off-by: Ben Pfaff --- lib/bfd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/bfd.c') diff --git a/lib/bfd.c b/lib/bfd.c index 5ac20d6df..69b4f0e67 100644 --- a/lib/bfd.c +++ b/lib/bfd.c @@ -798,7 +798,7 @@ bfd_process_packet(struct bfd *bfd, const struct flow *flow, break; case STATE_ADMIN_DOWN: default: - NOT_REACHED(); + OVS_NOT_REACHED(); } } /* XXX: RFC 5880 Section 6.8.6 Demand mode related calculations here. */ -- cgit v1.2.1