X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=datapath%2Fflow.h;h=78d5a7019c00b5d02f33a9aa6f81b63308a5f19b;hb=254f2dc8e3eb18debf4a8f238b9c87cf4d4dbd3f;hp=f9aa44a4483690cbb07b43dd5f46bf17e4fe52f4;hpb=d656937779f5b987ec021c21189a0deab29fd64d;p=openvswitch diff --git a/datapath/flow.h b/datapath/flow.h index f9aa44a4..78d5a701 100644 --- a/datapath/flow.h +++ b/datapath/flow.h @@ -83,7 +83,7 @@ struct sw_flow *flow_alloc(void); void flow_deferred_free(struct sw_flow *); void flow_free_tbl(struct tbl_node *); -struct sw_flow_actions *flow_actions_alloc(u32 actions_len); +struct sw_flow_actions *flow_actions_alloc(const struct nlattr *); void flow_deferred_free_acts(struct sw_flow_actions *); void flow_hold(struct sw_flow *);