mirror of
https://github.com/openvswitch/ovs
synced 2025-08-30 22:05:19 +00:00
dpif-provider: Add class init function.
This init function is called when the dpif class is registered. It will be used by following commits Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com> Acked-by: Ethan Jackson <ethan@nicira.com>
This commit is contained in:
committed by
Ethan Jackson
parent
55e3ca97d1
commit
c8973eb634
@@ -2274,6 +2274,7 @@ dpif_netlink_get_datapath_version(void)
|
||||
|
||||
const struct dpif_class dpif_netlink_class = {
|
||||
"system",
|
||||
NULL, /* init */
|
||||
dpif_netlink_enumerate,
|
||||
NULL,
|
||||
dpif_netlink_open,
|
||||
|
Reference in New Issue
Block a user