From: Alan T. DeKok Date: Tue, 23 Feb 2021 13:16:00 +0000 (-0500) Subject: add bootstrap and instantiate methods X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc311a97f841446e3502a82e726b59e9bbe12868;p=thirdparty%2Ffreeradius-server.git add bootstrap and instantiate methods --- diff --git a/src/lib/server/process.h b/src/lib/server/process.h index 3e466ed84fd..9e3503ee968 100644 --- a/src/lib/server/process.h +++ b/src/lib/server/process.h @@ -36,6 +36,7 @@ extern "C" { */ typedef struct fr_process_module_s { DL_MODULE_COMMON; //!< Common fields for all loadable modules. + FR_MODULE_COMMON; //!< bootstrap, instantiate module_method_t process; //!< Process packets virtual_server_compile_t const *compile_list; //!< list of processing sections