X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fodp-util.h;h=c8333be0a15eec8615fb0055458af05ce6c08469;hb=0ae60917fcc827f69c6e12c2f1afd170178f5668;hp=6051c52d8709732db4138d441833c175e727ab2c;hpb=cdee00fd635d1e0f1eeb5d9c009daeb59abd4777;p=openvswitch diff --git a/lib/odp-util.h b/lib/odp-util.h index 6051c52d..c8333be0 100644 --- a/lib/odp-util.h +++ b/lib/odp-util.h @@ -62,6 +62,7 @@ void format_odp_actions(struct ds *, const struct nlattr *odp_actions, size_t actions_len); void format_odp_flow_stats(struct ds *, const struct odp_flow_stats *); void format_odp_flow(struct ds *, const struct odp_flow *); +void format_odp_port_type(struct ds *, const struct odp_port *); void odp_flow_key_from_flow(struct odp_flow_key *, const struct flow *); void odp_flow_key_to_flow(const struct odp_flow_key *, struct flow *);