X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Fflow.h;h=44cc3a607cce5a343ec9a3e8b5b28ae183fb6f90;hb=f6f8c3ba779e357801ebaefdf8ef8a426ab73ea4;hp=a825366fe844767c3604c00695db48f000e32d46;hpb=34e63086edddcae06d7c1a4fa84fec0861e50758;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);