X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fconnmgr.h;h=022435265cee77d38253b45aafa1e3b510a7025c;hb=fd19297bb3d61789aa2a8871e3316b2a4e3e34c3;hp=31416a1f8b05fb225582a091cffef4dbdfe2eee4;hpb=72ba2ed371ae593b6fda1d196c31d7dd408a6a1c;p=openvswitch diff --git a/ofproto/connmgr.h b/ofproto/connmgr.h index 31416a1f..02243526 100644 --- a/ofproto/connmgr.h +++ b/ofproto/connmgr.h @@ -23,6 +23,7 @@ #include "openflow/nicira-ext.h" #include "openvswitch/types.h" +struct nlattr; struct ofconn; struct ofopgroup; struct ofputil_flow_removed; @@ -98,7 +99,6 @@ void ofconn_send_error(const struct ofconn *, const struct ofp_header *request, int ofconn_pktbuf_retrieve(struct ofconn *, uint32_t id, struct ofpbuf **bufferp, uint16_t *in_port); -size_t ofconn_n_pending_opgroups(const struct ofconn *); bool ofconn_has_pending_opgroups(const struct ofconn *); void ofconn_add_opgroup(struct ofconn *, struct list *); void ofconn_remove_opgroup(struct ofconn *, struct list *,