X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto-dpif-governor.h;h=7e6ec92799fe518b0d407b1ea99f2b86986cf557;hb=fd76a6f94338b668175336434b156827458b5e7d;hp=6dbd0d578b7ce9c4882489699785ce9ba1e8ae89;hpb=42531d06c2b6d08c570611c6634b8d0d427c82f0;p=sliver-openvswitch.git diff --git a/ofproto/ofproto-dpif-governor.h b/ofproto/ofproto-dpif-governor.h index 6dbd0d578..7e6ec9279 100644 --- a/ofproto/ofproto-dpif-governor.h +++ b/ofproto/ofproto-dpif-governor.h @@ -45,7 +45,7 @@ struct governor { unsigned int n_shortcuts; /* Number of flows set up based on history. */ }; -struct governor *governor_create(const char *name); +struct governor *governor_create(void); void governor_destroy(struct governor *); void governor_run(struct governor *);