X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=blobdiff_plain;f=ofproto%2Fconnmgr.h;h=741034a069372845276511368d128c02b4150517;hp=f2e0a5f10a1bb348fc7abedc3eeb63c50d93e73b;hb=6c6eedc5d6730835a0d9724e2e8cfe9cdf03b07d;hpb=1478295a219f24c2296eb887954afac537c3665f diff --git a/ofproto/connmgr.h b/ofproto/connmgr.h index f2e0a5f10..741034a06 100644 --- a/ofproto/connmgr.h +++ b/ofproto/connmgr.h @@ -217,4 +217,7 @@ void ofmonitor_compose_refresh_updates(struct rule_collection *rules, struct ovs_list *msgs) OVS_REQUIRES(ofproto_mutex); +void connmgr_send_table_status(struct connmgr *, + const struct ofputil_table_desc *td, + uint8_t reason); #endif /* connmgr.h */