]> git.proxmox.com Git - mirror_ovs.git/blobdiff - ofproto/ofproto-dpif-ipfix.h
ofproto: Reorganize in preparation for direct dpdk upcalls.
[mirror_ovs.git] / ofproto / ofproto-dpif-ipfix.h
index 6ebf8b07df5eddfef37f9e33fe97b6e93db97897..9de17ab7ee0431a093b9df6f4002b62a78079ca3 100644 (file)
@@ -35,9 +35,9 @@ void dpif_ipfix_set_options(
     const struct ofproto_ipfix_bridge_exporter_options *,
     const struct ofproto_ipfix_flow_exporter_options *, size_t);
 
-void dpif_ipfix_bridge_sample(struct dpif_ipfix *, struct ofpbuf *,
+void dpif_ipfix_bridge_sample(struct dpif_ipfix *, const struct ofpbuf *,
                               const struct flow *);
-void dpif_ipfix_flow_sample(struct dpif_ipfix *, struct ofpbuf *,
+void dpif_ipfix_flow_sample(struct dpif_ipfix *, const struct ofpbuf *,
                             const struct flow *, uint32_t, uint16_t, uint32_t,
                             uint32_t);