X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fofp-util.h;h=b4af179d6d68a6f5e0c948347afa3529c81934e3;hb=b14c5fe9bd85b440d1727934c84d5f7fded051f7;hp=2c6b2f91928ec1e09a3728ddf5236910ae562b51;hpb=c1c9c9c4b636ab2acf2f75024c282a9a497ca9a9;p=openvswitch diff --git a/lib/ofp-util.h b/lib/ofp-util.h index 2c6b2f91..b4af179d 100644 --- a/lib/ofp-util.h +++ b/lib/ofp-util.h @@ -81,6 +81,7 @@ int validate_actions(const union ofp_action *, size_t n_actions, bool action_outputs_to_port(const union ofp_action *, uint16_t port); void normalize_match(struct ofp_match *); +char *ofp_match_to_literal_string(const struct ofp_match *match); static inline int ofp_mkerr(uint16_t type, uint16_t code)