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:
@@ -49,7 +49,7 @@ mac_table_hash(const struct mac_learning *ml, const uint8_t mac[ETH_ADDR_LEN],
|
||||
}
|
||||
|
||||
static struct mac_entry *
|
||||
mac_entry_from_lru_node(struct list *list)
|
||||
mac_entry_from_lru_node(struct ovs_list *list)
|
||||
{
|
||||
return CONTAINER_OF(list, struct mac_entry, lru_node);
|
||||
}
|
||||
|
Reference in New Issue
Block a user