X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=ofproto%2Fpinsched.h;h=96993df9afae85567115aa8f036984ad07a2651a;hb=115d8719dbfda638b0f26593e1df5bb354aaacd4;hp=8bbdf968caf713fc9ad7302846839e2a0dbb381e;hpb=a413195ecede139380166065bf42699b3c002acd;p=cascardo%2Fovs.git diff --git a/ofproto/pinsched.h b/ofproto/pinsched.h index 8bbdf968c..96993df9a 100644 --- a/ofproto/pinsched.h +++ b/ofproto/pinsched.h @@ -20,7 +20,7 @@ #include #include "flow.h" -struct list; +struct ovs_list; struct ofpbuf; struct pinsched *pinsched_create(int rate_limit, int burst_limit); @@ -29,8 +29,8 @@ void pinsched_get_limits(const struct pinsched *, void pinsched_set_limits(struct pinsched *, int rate_limit, int burst_limit); void pinsched_destroy(struct pinsched *); void pinsched_send(struct pinsched *, ofp_port_t port_no, struct ofpbuf *, - struct list *txq); -void pinsched_run(struct pinsched *, struct list *txq); + struct ovs_list *txq); +void pinsched_run(struct pinsched *, struct ovs_list *txq); void pinsched_wait(struct pinsched *); struct pinsched_stats {