[ovs-dev] [PATCH v2 1/2] ofproto-dpif: Rename "recurse" to"indentation".

Ryan Moats rmoats at us.ibm.com
Fri Apr 22 14:36:40 UTC 2016


"dev" <dev-bounces at openvswitch.org> wrote on 04/21/2016 12:50:16 PM:

> From: Ben Pfaff <blp at ovn.org>
> To: dev at openvswitch.org
> Cc: Ben Pfaff <blp at ovn.org>
> Date: 04/21/2016 12:50 PM
> Subject: [ovs-dev] [PATCH v2 1/2] ofproto-dpif: Rename "recurse" to
> "indentation".
> Sent by: "dev" <dev-bounces at openvswitch.org>
>
> The "recurse" member of struct xlate_in and struct xlate_ctx is used for
> two purposes: to determine the amount of indentation in "ofproto/trace"
> output and to limit the depth of recursion.  An upcoming commit will
> separate these tasks, and so in preparation this commit renames "recurse"
> to "indentation".
>
> Signed-off-by: Ben Pfaff <blp at ovn.org>
> ---
>  ofproto/ofproto-dpif-xlate.c | 22 +++++++++++-----------
>  ofproto/ofproto-dpif-xlate.h | 15 ++++++++-------
>  ofproto/ofproto-dpif.c       | 43 +++++++++++++++++++++
+---------------------
>  ofproto/ofproto-dpif.h       |  2 +-

Much better...

Acked-by: Ryan Moats <rmoats at us.ibm.com>



More information about the dev mailing list