From ab5ce30e10b348c4ecd20fc7bd6442d4c272ca58 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Mon, 19 Apr 2010 22:14:43 -0700 Subject: [PATCH] xfif: Fix a couple of missed changes from "dpif" to "xfif" --- lib/xfif-provider.h | 4 ++-- lib/xfif.h | 4 ++-- ofproto/wdp-provider.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/xfif-provider.h b/lib/xfif-provider.h index 8730c5331..31de0aca1 100644 --- a/lib/xfif-provider.h +++ b/lib/xfif-provider.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef DPIF_PROVIDER_H -#define DPIF_PROVIDER_H 1 +#ifndef XFIF_PROVIDER_H +#define XFIF_PROVIDER_H 1 /* Provider interface to xfifs, which provide an interface to an Open vSwitch * datapath. */ diff --git a/lib/xfif.h b/lib/xfif.h index da8234403..4059c8c43 100644 --- a/lib/xfif.h +++ b/lib/xfif.h @@ -15,8 +15,8 @@ */ -#ifndef DPIF_H -#define DPIF_H 1 +#ifndef XFIF_H +#define XFIF_H 1 #include "openvswitch/xflow.h" #include diff --git a/ofproto/wdp-provider.h b/ofproto/wdp-provider.h index b12ace9d2..4efb383d2 100644 --- a/ofproto/wdp-provider.h +++ b/ofproto/wdp-provider.h @@ -207,7 +207,7 @@ struct wdp_class { int (*port_list)(const struct wdp *wdp, struct wdp_port **portsp, size_t *n_portsp); - int (*port_set_config)(struct wdp *sdpif, uint16_t port_no, + int (*port_set_config)(struct wdp *wdp, uint16_t port_no, uint32_t config); /* Polls for changes in the set of ports in 'wdp'. If the set of ports -- 2.47.0