projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0356b0
)
ofproto: Group struct cfm forward declaration with the rest of them.
author
Ben Pfaff
<blp@nicira.com>
Tue, 29 Mar 2011 20:10:34 +0000
(13:10 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 4 May 2011 17:12:05 +0000
(10:12 -0700)
ofproto/ofproto.h
patch
|
blob
|
history
diff --git
a/ofproto/ofproto.h
b/ofproto/ofproto.h
index e3bce2ea9607ac59fb42cc0dcecf34f6ffc12708..de5b92d1947d519e127fef259881534ff931387d 100644
(file)
--- 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 *,