mirror of
https://github.com/openvswitch/ovs
synced 2025-10-27 15:18:06 +00:00
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 <tgraf@noironetworks.com> Acked-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -38,7 +38,7 @@ static struct ovs_mutex rtbsd_mutex = OVS_MUTEX_INITIALIZER;
|
||||
static int notify_sock = -1;
|
||||
|
||||
/* All registered notifiers. */
|
||||
static struct list all_notifiers = LIST_INITIALIZER(&all_notifiers);
|
||||
static struct ovs_list all_notifiers = LIST_INITIALIZER(&all_notifiers);
|
||||
|
||||
static void rtbsd_report_change(const struct if_msghdr *)
|
||||
OVS_REQUIRES(rtbsd_mutex);
|
||||
|
||||
Reference in New Issue
Block a user