X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Fofp-parse.h;h=3e5e62a602b201b919f4a9710831116e2306efeb;hb=ca435eb9112e873853d3cf201ee3f0c5c76bf89f;hp=c552caa51080636f7b27c51bd4576122b430280b;hpb=27527aa09ce456796eeea728cef9528aa5612b70;p=openvswitch diff --git a/lib/ofp-parse.h b/lib/ofp-parse.h index c552caa5..3e5e62a6 100644 --- a/lib/ofp-parse.h +++ b/lib/ofp-parse.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2011, 2012 Nicira Networks. + * Copyright (c) 2010, 2011, 2012 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,6 +23,7 @@ #include #include +struct flow; struct ofpbuf; struct ofputil_flow_mod; struct ofputil_flow_stats_request; @@ -41,4 +42,6 @@ void parse_ofp_flow_stats_request_str(struct ofputil_flow_stats_request *, void parse_ofp_actions(const char *, struct ofpbuf *actions); +char *parse_ofp_exact_flow(struct flow *, const char *); + #endif /* ofp-parse.h */