--- ofproto/ofproto.h | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h index e3bce2e..de5b92d 100644 --- a/ofproto/ofproto.h +++ b/ofproto/ofproto.h @@ -31,6 +31,7 @@ extern "C" { #endif +struct cfm; struct cls_rule; struct nlattr; struct ofhooks; @@ -124,8 +125,6 @@ int ofproto_set_netflow(struct ofproto *, void ofproto_set_sflow(struct ofproto *, const struct ofproto_sflow_options *); /* Configuration of individual interfaces. */ -struct cfm; - void ofproto_iface_clear_cfm(struct ofproto *, uint32_t port_no); void ofproto_iface_set_cfm(struct ofproto *, uint32_t port_no, const struct cfm *, -- 1.7.4.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev