X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Flearning-switch.h;h=96707b842186f74e795d4e25ad5facb902b15281;hb=6787c8cd1c5a4882e9370d3d0dad4590f781ae42;hp=e66001acd3b37279f52bb7697df9af098fdbbb2f;hpb=ba186119ca5f787486189c041d76d63dee629dc1;p=openvswitch diff --git a/lib/learning-switch.h b/lib/learning-switch.h index e66001ac..96707b84 100644 --- a/lib/learning-switch.h +++ b/lib/learning-switch.h @@ -25,7 +25,7 @@ struct ofpbuf; struct rconn; struct lswitch *lswitch_create(struct rconn *, bool learn_macs, - bool exact_flows, int max_idle, + bool exact_flows, int max_idle, bool action_normal, FILE *default_flows); void lswitch_set_queue(struct lswitch *sw, uint32_t queue); void lswitch_run(struct lswitch *);