From 9e97e8bbe37bfcc6c308be29df637b1776d1f76e Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 29 Mar 2011 13:10:34 -0700 Subject: [PATCH] ofproto: Group struct cfm forward declaration with the rest of them. --- ofproto/ofproto.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h index e3bce2ea9..de5b92d19 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 *, -- 2.43.0