X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fodp-util.h;h=a7c0982a7f0059d7040b4f28b452a34d0f7aeda7;hb=c62b0064a0cdbd5f3ecfc2cda90999a9d7ec551d;hp=9486661a9b1d0d04d1b3062a34f2d9b0adadaa1d;hpb=ffeda91a477a62d267696e08103f3ac6ec9a0102;p=openvswitch diff --git a/lib/odp-util.h b/lib/odp-util.h index 9486661a..a7c0982a 100644 --- a/lib/odp-util.h +++ b/lib/odp-util.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009, 2010 Nicira Networks. + * Copyright (c) 2009, 2010, 2011 Nicira Networks. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -60,8 +60,6 @@ int odp_action_len(uint16_t type); void format_odp_action(struct ds *, const struct nlattr *); 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 *); /* By my calculations currently the longest valid nlattr-formatted flow key is * 80 bytes long, so this leaves some safety margin.