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 --- tests/test-reconnect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-reconnect.c') diff --git a/tests/test-reconnect.c b/tests/test-reconnect.c index 020ae4822..9d1897f2e 100644 --- a/tests/test-reconnect.c +++ b/tests/test-reconnect.c @@ -166,7 +166,7 @@ do_run(int argc, char *argv[]) switch (action) { default: if (action != 0) { - NOT_REACHED(); + OVS_NOT_REACHED(); } break; -- cgit v1.2.1