2
0
mirror of https://github.com/openvswitch/ovs synced 2025-09-05 00:35:33 +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

@@ -105,7 +105,7 @@ COVERAGE_DEFINE(netdev_ethtool);
#define TC_RTAB_SIZE 1024
#endif
static struct rtnetlink_notifier netdev_linux_cache_notifier;
static struct nln_notifier netdev_linux_cache_notifier;
static int cache_notifier_refcount;
enum {