2
0
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:
Ethan Jackson
2011-08-24 15:17:32 -07:00
parent 45c8d3a189
commit 0a811051ff
8 changed files with 119 additions and 131 deletions

View File

@@ -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. */