X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto.h;h=5f8244c5a0e09a2873dbdb82154a75e7b87aebdb;hb=380f49c4a1ffaf5efa136985cff92de52bc8b582;hp=18241e7670e5563d7f6e780c63e57a5a597e31e3;hpb=dc54ef36cb108f9ac594ac8c34c719880a9a7bd5;p=sliver-openvswitch.git diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h index 18241e767..5f8244c5a 100644 --- a/ofproto/ofproto.h +++ b/ofproto/ofproto.h @@ -236,7 +236,7 @@ void ofproto_reconnect_controllers(struct ofproto *); void ofproto_set_extra_in_band_remotes(struct ofproto *, const struct sockaddr_in *, size_t n); void ofproto_set_in_band_queue(struct ofproto *, int queue_id); -void ofproto_set_flow_eviction_threshold(struct ofproto *, unsigned threshold); +void ofproto_set_flow_eviction_threshold(unsigned threshold); void ofproto_set_forward_bpdu(struct ofproto *, bool forward_bpdu); void ofproto_set_mac_table_config(struct ofproto *, unsigned idle_time, size_t max_entries);