dpif: New function dpif_id() for getting the datapath index.
authorBen Pfaff <blp@nicira.com>
Sat, 7 Mar 2009 00:37:01 +0000 (16:37 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 9 Mar 2009 17:20:47 +0000 (10:20 -0700)
commit431e057e8621e45370d37ea6968f1ccdfd5a4ae4
treea41fea35e2dbc3a1d820f15735dd169d7e980f71
parent99c398567f7bac3c58cf118f62a9ebfecfc3832c
dpif: New function dpif_id() for getting the datapath index.

Using this function instead of referring to the "minor" member directly
helps with abstraction.
lib/dpif.h
secchan/ofproto.c
utilities/dpctl.c
vswitchd/bridge.c