X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Fdp_sysfs.h;h=49af58a228fd8d0b13127a8a9ee13fbe53922cb2;hb=8758e8a373338e409d7f2863ee91e01060f35628;hp=2d688ac7fa61ead7321a902d41de6d4b9c6a1f6c;hpb=f2459fe7d91c4c325dfaa3ed18f56200b63ae27e;p=openvswitch diff --git a/datapath/dp_sysfs.h b/datapath/dp_sysfs.h index 2d688ac7..49af58a2 100644 --- a/datapath/dp_sysfs.h +++ b/datapath/dp_sysfs.h @@ -10,15 +10,15 @@ #define DP_SYSFS_H 1 struct datapath; -struct dp_port; +struct vport; /* dp_sysfs_dp.c */ int dp_sysfs_add_dp(struct datapath *dp); int dp_sysfs_del_dp(struct datapath *dp); /* dp_sysfs_if.c */ -int dp_sysfs_add_if(struct dp_port *p); -int dp_sysfs_del_if(struct dp_port *p); +int dp_sysfs_add_if(struct vport *p); +int dp_sysfs_del_if(struct vport *p); #ifdef CONFIG_SYSFS extern struct sysfs_ops brport_sysfs_ops;