]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Move redundant struct around
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 1 Nov 2020 15:28:10 +0000 (09:28 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 1 Nov 2020 15:28:10 +0000 (09:28 -0600)
src/lib/unlang/load_balance_priv.h
src/lib/unlang/unlang_priv.h

index d0877a59e90a98efc2a644fca0102ee8de5b955b..e5a0d7348ac833d721c6cc9972fc766e9aee3776 100644 (file)
@@ -34,6 +34,14 @@ typedef struct {
        tmpl_t          *vpt;
 } unlang_load_balance_t;
 
+/** State of a redundant operation
+ *
+ */
+typedef struct {
+       unlang_t                *child;
+       unlang_t                *found;
+} unlang_frame_state_redundant_t;
+
 /** Cast a group structure to the load_balance keyword extension
  *
  */
index c22a14bff3c8f506a61fb032f5896558a50e3bdd..9522887c57a8264bd99fb33aeae87de3c7d3ce42 100644 (file)
@@ -157,14 +157,6 @@ typedef struct {
        xlat_flags_t            flags;
 } unlang_tmpl_t;
 
-/** State of a redundant operation
- *
- */
-typedef struct {
-       unlang_t                *child;
-       unlang_t                *found;
-} unlang_frame_state_redundant_t;
-
 /** Our interpreter stack, as distinct from the C stack
  *
  * We don't call the modules recursively.  Instead we iterate over a list of #unlang_t and