From: Alan T. DeKok Date: Wed, 29 Mar 2023 08:06:11 +0000 (+0900) Subject: move "dead" to public value X-Git-Tag: release_3_2_3~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c1dd1aec4f4fb995c24ad40d1082f026425d39f;p=thirdparty%2Ffreeradius-server.git move "dead" to public value --- diff --git a/src/include/listen.h b/src/include/listen.h index 3debec356a..e747b604da 100644 --- a/src/include/listen.h +++ b/src/include/listen.h @@ -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;