daemon: Create global redirect manager instance
This commit is contained in:
@@ -190,6 +190,7 @@ typedef struct daemon_t daemon_t;
|
||||
#include <sa/child_sa_manager.h>
|
||||
#include <sa/trap_manager.h>
|
||||
#include <sa/shunt_manager.h>
|
||||
#include <sa/redirect_manager.h>
|
||||
#include <config/backend_manager.h>
|
||||
#include <sa/eap/eap_manager.h>
|
||||
#include <sa/xauth/xauth_manager.h>
|
||||
@@ -264,6 +265,11 @@ struct daemon_t {
|
||||
*/
|
||||
shunt_manager_t *shunts;
|
||||
|
||||
/**
|
||||
* Manager for IKE redirect providers
|
||||
*/
|
||||
redirect_manager_t *redirect;
|
||||
|
||||
/**
|
||||
* Manager for the different configuration backends.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user