X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fdpif.h;h=1a6ca0538739d33702334d79c57c3b62ddac0b2e;hb=541bc79f73add327072470c9bc3febb4195cdb3c;hp=3fd33f00d0c9d821eb7f2587760de33ef795e668;hpb=c2b565b54e36bc33d0406afb225c9bf3d01405ef;p=openvswitch diff --git a/lib/dpif.h b/lib/dpif.h index 3fd33f00..1a6ca053 100644 --- a/lib/dpif.h +++ b/lib/dpif.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010, 2011 Nicira Networks. + * Copyright (c) 2008, 2009, 2010, 2011, 2012 Nicira Networks. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -128,7 +128,7 @@ struct dpif_flow_stats { uint8_t tcp_flags; }; -void dpif_flow_stats_extract(const struct flow *, struct ofpbuf *packet, +void dpif_flow_stats_extract(const struct flow *, const struct ofpbuf *packet, struct dpif_flow_stats *); void dpif_flow_stats_format(const struct dpif_flow_stats *, struct ds *);