]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
move "dead" to public value
authorAlan T. DeKok <aland@freeradius.org>
Wed, 29 Mar 2023 08:06:11 +0000 (17:06 +0900)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 29 Mar 2023 08:06:11 +0000 (17:06 +0900)
src/include/listen.h

index 3debec356a70d0324abb2af8c1219717fa7049be..e747b604da6017d9040625cf6f7162c3a547abee 100644 (file)
@@ -80,6 +80,7 @@ struct rad_listen {
 #endif
        bool            nodup;
        bool            synchronous;
+       bool            dead;
        uint32_t        workers;
 
 #ifdef WITH_TLS
@@ -91,7 +92,6 @@ struct rad_listen {
 #ifdef WITH_COA_TUNNEL
        char const      *key;           /* Originating-Realm-Key */
        bool            send_coa;       /* to the NAS */
-       bool            dead;
 
        uint32_t        coa_irt;
        uint32_t        coa_mrc;