X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fofp-print.c;h=63b59ddb0770d97d694a15d3e75de501c738909a;hb=411baaacb8672cd9b231328b77a5f1c8a11aad9c;hp=1e0f0aa09ddb35d140f506b9a799d4864b4e6361;hpb=a14bc59fb8f27db193d74662dc9c5cb8237177ef;p=openvswitch diff --git a/lib/ofp-print.c b/lib/ofp-print.c index 1e0f0aa0..63b59ddb 100644 --- a/lib/ofp-print.c +++ b/lib/ofp-print.c @@ -37,8 +37,6 @@ #include "util.h" static void ofp_print_port_name(struct ds *string, uint16_t port); -static void ofp_print_match(struct ds *, const struct ofp_match *, - int verbosity); /* Returns a string that represents the contents of the Ethernet frame in the * 'len' bytes starting at 'data' to 'stream' as output by tcpdump. @@ -380,7 +378,7 @@ ofp_print_action(struct ds *string, const struct ofp_action_header *ah, return len; } -static void +void ofp_print_actions(struct ds *string, const struct ofp_action_header *action, size_t actions_len) { @@ -627,7 +625,7 @@ print_ip_netmask(struct ds *string, const char *leader, uint32_t ip, ds_put_char(string, ','); } -static void +void ofp_print_match(struct ds *f, const struct ofp_match *om, int verbosity) { char *s = ofp_match_to_string(om, verbosity);