dpif: Make dpif_class 'open' function take class instead of type name.
authorBen Pfaff <blp@nicira.com>
Thu, 18 Nov 2010 18:06:41 +0000 (10:06 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 18 Nov 2010 18:08:05 +0000 (10:08 -0800)
commit4a38774146f0171a09d5cb1863595b3b546c766e
treeedc8b05e0b3d33c5ce6bf922346b6c075d984bc5
parentd2d8fbebb86eb682fc9507a884e80ff5e6086f03
dpif: Make dpif_class 'open' function take class instead of type name.

This makes it easier for dpif_provider implementations to share code but
distinguish the class actually in use, because comparing a pointer is
easier than comparing a string.
lib/dpif-linux.c
lib/dpif-netdev.c
lib/dpif-provider.h
lib/dpif.c