X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fpinsched.h;h=06b22f4417645a3f3217adda013975b98f3acdbb;hb=5caf4376cc3710145ea9f57c577f3c3ecde0cad5;hp=061cb01a090eba2dd002e1e60d511348fd825f75;hpb=1e3f34c7693bcabae8e443ac1b246680ef9b60e2;p=sliver-openvswitch.git diff --git a/ofproto/pinsched.h b/ofproto/pinsched.h index 061cb01a0..06b22f441 100644 --- a/ofproto/pinsched.h +++ b/ofproto/pinsched.h @@ -18,6 +18,7 @@ #define PINSCHED_H_H 1 #include +#include "flow.h" struct ofpbuf; @@ -27,7 +28,7 @@ void pinsched_get_limits(const struct pinsched *, int *rate_limit, int *burst_limit); void pinsched_set_limits(struct pinsched *, int rate_limit, int burst_limit); void pinsched_destroy(struct pinsched *); -void pinsched_send(struct pinsched *, uint16_t port_no, struct ofpbuf *, +void pinsched_send(struct pinsched *, ofp_port_t port_no, struct ofpbuf *, pinsched_tx_cb *, void *aux); void pinsched_run(struct pinsched *, pinsched_tx_cb *, void *aux); void pinsched_wait(struct pinsched *);