mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +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:
@@ -53,7 +53,7 @@ COVERAGE_DEFINE(netdev_get_stats);
|
||||
|
||||
struct netdev_saved_flags {
|
||||
struct netdev *netdev;
|
||||
struct list node; /* In struct netdev's saved_flags_list. */
|
||||
struct ovs_list node; /* In struct netdev's saved_flags_list. */
|
||||
enum netdev_flags saved_flags;
|
||||
enum netdev_flags saved_values;
|
||||
};
|
||||
|
Reference in New Issue
Block a user