netdev: Make netdev_get_devices() take a reference to each netdev.
authorBen Pfaff <blp@nicira.com>
Thu, 25 Jul 2013 23:27:39 +0000 (16:27 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 8 Aug 2013 06:52:42 +0000 (23:52 -0700)
This API change is necessary for thread safety, to be added in an upcoming
commit.  Otherwise, the client would not be able to actually use any of
the returned netdevs because they could already have been destroyed.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Andy Zhou <azhou@nicira.com>

No differences found