X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Fflow.h;h=b1e80057526489efde4af3496b70a7c435913f82;hb=924c24342c872045791ca463af702cf21e86d2c3;hp=3f434677bdac956c6450650f8d5b866b4cdc132c;hpb=fb8c93473efacd67a50117d0f2a3084f2d96ceca;p=openvswitch diff --git a/datapath/flow.h b/datapath/flow.h index 3f434677..b1e80057 100644 --- a/datapath/flow.h +++ b/datapath/flow.h @@ -13,7 +13,6 @@ #include #include #include -#include #include #include #include @@ -74,7 +73,7 @@ void flow_deferred_free_acts(struct sw_flow_actions *); void flow_hold(struct sw_flow *); void flow_put(struct sw_flow *); -int flow_extract(struct sk_buff *, u16 in_port, struct odp_flow_key *); +int flow_extract(struct sk_buff *, u16 in_port, struct odp_flow_key *, bool *is_frag); void flow_used(struct sw_flow *, struct sk_buff *); u32 flow_hash(const struct odp_flow_key *key);