dpif: New function dpif_create_and_open().
authorBen Pfaff <blp@nicira.com>
Mon, 23 Nov 2009 19:09:19 +0000 (11:09 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 23 Nov 2009 23:58:48 +0000 (15:58 -0800)
commitefacbce62f4ca3baf305441641ee35aa5b657442
tree7fc7749b28717685df4ab5af94753d836c0c23aa
parent6bab37989b1b5e8981bee80e1fedef621799332c
dpif: New function dpif_create_and_open().

This function combines what dpif_create() and dpif_open() do.  It allows
us to factor a tiny amount of code out of the vswitch, but more importantly
this function is also useful in the following commit.
lib/dpif.c
lib/dpif.h
vswitchd/bridge.c