From ca6ba70092b1528e12d3140d70232175a13c335d Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Mon, 15 Dec 2014 14:10:38 +0100 Subject: list: Rename struct list to struct ovs_list struct list is a common name and can't be used in public headers. Signed-off-by: Thomas Graf Acked-by: Ben Pfaff --- lib/rtbsd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rtbsd.h') diff --git a/lib/rtbsd.h b/lib/rtbsd.h index 60bfae985..5dfbaffcc 100644 --- a/lib/rtbsd.h +++ b/lib/rtbsd.h @@ -44,7 +44,7 @@ struct rtbsd_change { typedef void rtbsd_notify_func(const struct rtbsd_change *, void *aux); struct rtbsd_notifier { - struct list node; + struct ovs_list node; rtbsd_notify_func *cb; void *aux; }; -- cgit v1.2.1