notifiers: Rename run and wait functions.
authorEthan Jackson <ethan@nicira.com>
Thu, 15 Sep 2011 18:23:08 +0000 (11:23 -0700)
committerEthan Jackson <ethan@nicira.com>
Fri, 16 Sep 2011 18:22:30 +0000 (11:22 -0700)
commit18a237816419e6f88ab0383b43d8060914d26a9a
tree4db49a77f8c2a47cde1f1d4ca1f9a6f6b05fdc35
parentc3b07057fd7f02b4e6bb006bcecff8683237778e
notifiers: Rename run and wait functions.

It makes more sense to call nln_notifier_run() and
nln_notifier_wait() simply nln_run() and nln_wait() since they
don't operate on notifiers but the entire nln object.  This patch
changes the nln and the rtnetlink-link modules to the new
convention.
lib/dpif-linux.c
lib/netdev-linux.c
lib/netlink-notifier.c
lib/netlink-notifier.h
lib/route-table.c
lib/rtnetlink-link.c
lib/rtnetlink-link.h
vswitchd/ovs-brcompatd.c