X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Fflow.h;h=44cc3a607cce5a343ec9a3e8b5b28ae183fb6f90;hb=76f105d9be03588c2d5ec0b94ff769a1d269f2e4;hp=a825366fe844767c3604c00695db48f000e32d46;hpb=a14bc59fb8f27db193d74662dc9c5cb8237177ef;p=openvswitch diff --git a/datapath/flow.h b/datapath/flow.h index a825366f..44cc3a60 100644 --- a/datapath/flow.h +++ b/datapath/flow.h @@ -49,8 +49,6 @@ void flow_deferred_free_acts(struct sw_flow_actions *); int flow_extract(struct sk_buff *, u16 in_port, struct odp_flow_key *); void flow_used(struct sw_flow *, struct sk_buff *); -void print_flow(const struct odp_flow_key *); - int flow_init(void); void flow_exit(void);