mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +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:
@@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user