X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fpktbuf.h;h=eb1b1fff3158cb3ef055cd8a9b13698f08db0465;hb=ac60863f78e412004c5b69f5a64a49bc6f0bc46d;hp=ec99aead3ac3c3b533e7415ae2c73a6f4944741c;hpb=8706009e555bb9fa04a5679e4be2c7c67506802b;p=sliver-openvswitch.git diff --git a/ofproto/pktbuf.h b/ofproto/pktbuf.h index ec99aead3..eb1b1fff3 100644 --- a/ofproto/pktbuf.h +++ b/ofproto/pktbuf.h @@ -30,10 +30,10 @@ int pktbuf_capacity(void); struct pktbuf *pktbuf_create(void); void pktbuf_destroy(struct pktbuf *); uint32_t pktbuf_save(struct pktbuf *, const void *buffer, size_t buffer_size, - uint16_t in_port); + ofp_port_t in_port); uint32_t pktbuf_get_null(void); enum ofperr pktbuf_retrieve(struct pktbuf *, uint32_t id, - struct ofpbuf **bufferp, uint16_t *in_port); + struct ofpbuf **bufferp, ofp_port_t *in_port); void pktbuf_discard(struct pktbuf *, uint32_t id); unsigned int pktbuf_count_packets(const struct pktbuf *);