X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Fforward.h;h=ce4d3b145f5e6a041fcb6f6822157609e4d83a9f;hb=6f8d45bf7dd4007410f42f7233243cff409d06c6;hp=f061d2da19569026be397c3db19a07273e1b9c28;hpb=bbbc6bc992fbc018e2d1960a65088ffe70312256;p=openvswitch diff --git a/datapath/forward.h b/datapath/forward.h index f061d2da..ce4d3b14 100644 --- a/datapath/forward.h +++ b/datapath/forward.h @@ -8,6 +8,7 @@ struct sk_buff; struct sw_chain; struct ofp_action; +struct sender; /* Buffers are identified to userspace by a 31-bit opaque ID. We divide the ID * into a buffer number (low bits) and a cookie (high bits). The buffer number @@ -22,7 +23,8 @@ struct ofp_action; void fwd_port_input(struct sw_chain *, struct sk_buff *, int in_port); -int fwd_control_input(struct sw_chain *, const void *, size_t); +int fwd_control_input(struct sw_chain *, const struct sender *, + const void *, size_t); uint32_t fwd_save_skb(struct sk_buff *skb);