]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
add bootstrap and instantiate methods
authorAlan T. DeKok <aland@freeradius.org>
Tue, 23 Feb 2021 13:16:00 +0000 (08:16 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 23 Feb 2021 13:16:00 +0000 (08:16 -0500)
src/lib/server/process.h

index 3e466ed84fd30b8be5986c245be02dc5e6c9f961..9e3503ee968b98b2f95820d78f67c1eec93c556f 100644 (file)
@@ -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