ofproto-dpif: Rename "recurse" to "indentation".
authorBen Pfaff <blp@ovn.org>
Thu, 21 Apr 2016 17:50:16 +0000 (10:50 -0700)
committerBen Pfaff <blp@ovn.org>
Mon, 9 May 2016 15:08:39 +0000 (08:08 -0700)
commit9a9b001a5831516bafddefd60d31bafb09548457
tree2d570167ade32c7f75f1e63c5f05d15e60dc851a
parent4ff6642f3c1dd8949c2f42b3310ee2523ee970a6
ofproto-dpif: Rename "recurse" to "indentation".

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@ovn.org>
Acked-by: Ryan Moats <rmoats@us.ibm.com>
ofproto/ofproto-dpif-xlate.c
ofproto/ofproto-dpif-xlate.h
ofproto/ofproto-dpif.c
ofproto/ofproto-dpif.h