X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto-dpif-governor.h;h=7e6ec92799fe518b0d407b1ea99f2b86986cf557;hb=b2f2acd543f159ba984a00059892917933612a10;hp=6dbd0d578b7ce9c4882489699785ce9ba1e8ae89;hpb=8706009e555bb9fa04a5679e4be2c7c67506802b;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 *);