X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=lib%2Fmeta-flow.h;h=cb4e22d33e5a090a5071988c5881fc389c353fe9;hb=8f79bb4d3999d993424e9578342b4130d10a556c;hp=53bbc9ecb2a32857a8eea4133f7bc2af46a24244;hpb=5e3a2a135c2a6b5f4d4d1acecd0f3d9eea3e3875;p=cascardo%2Fovs.git diff --git a/lib/meta-flow.h b/lib/meta-flow.h index 53bbc9ecb..cb4e22d33 100644 --- a/lib/meta-flow.h +++ b/lib/meta-flow.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2013, 2014, 2015 Nicira, Inc. + * Copyright (c) 2011, 2012, 2013, 2014, 2015, 2016 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -1940,6 +1940,7 @@ bool mf_subvalue_intersect(const union mf_subvalue *a_value, union mf_subvalue *dst_mask); int mf_subvalue_width(const union mf_subvalue *); void mf_subvalue_shift(union mf_subvalue *, int n); +void mf_subvalue_format(const union mf_subvalue *, struct ds *); /* An array of fields with values */ struct field_array {