ofproto-dpif-xlate: Hide MAX_RESUBMIT_RECURSION.
authorEthan Jackson <ethan@nicira.com>
Fri, 14 Jun 2013 01:10:00 +0000 (18:10 -0700)
committerEthan Jackson <ethan@nicira.com>
Mon, 17 Jun 2013 18:34:49 +0000 (11:34 -0700)
Signed-off-by: Ethan Jackson <ethan@nicira.com>
ofproto/ofproto-dpif-xlate.c
ofproto/ofproto-dpif-xlate.h

index f506c28..0a577b1 100644 (file)
@@ -43,6 +43,10 @@ COVERAGE_DEFINE(ofproto_dpif_xlate);
 
 VLOG_DEFINE_THIS_MODULE(ofproto_dpif_xlate);
 
+/* Maximum depth of flow table recursion (due to resubmit actions) in a
+ * flow translation. */
+#define MAX_RESUBMIT_RECURSION 64
+
 struct xlate_ctx {
     struct xlate_in *xin;
     struct xlate_out *xout;
index 461a6aa..9ee9b33 100644 (file)
 #include "ofproto-dpif.h"
 #include "tag.h"
 
-/* Maximum depth of flow table recursion (due to resubmit actions) in a
- * flow translation. */
-#define MAX_RESUBMIT_RECURSION 64
-
 struct xlate_out {
     /* Wildcards relevant in translation.  Any fields that were used to
      * calculate the action must be set for caching and kernel