mirror of
https://github.com/openvswitch/ovs
synced 2025-08-30 22:05:19 +00:00
netlink-notifier: Rename rtnetlink code.
This patch renames the rtnetlink module's code to "nln" for "netlink notifier". Callers are now required to pass in the netlink protocol to he newly renamed nln_create() function.
This commit is contained in:
@@ -138,7 +138,7 @@ struct dpif_linux {
|
||||
|
||||
/* Change notification. */
|
||||
struct sset changed_ports; /* Ports that have changed. */
|
||||
struct rtnetlink_notifier port_notifier;
|
||||
struct nln_notifier port_notifier;
|
||||
bool change_error;
|
||||
|
||||
/* Queue of unused ports. */
|
||||
|
Reference in New Issue
Block a user