OpenDNSSEC-enforcer  2.1.4
Functions | Variables
enforcercommands.h File Reference
#include "config.h"
#include "cmdhandler.h"
#include "engine.h"
#include "db/db_connection.h"

Go to the source code of this file.

Functions

engine_typegetglobalcontext (cmdhandler_ctx_type *)
 
db_connection_tgetconnectioncontext (cmdhandler_ctx_type *)
 

Variables

struct cmd_func_block ** enforcercommands
 

Function Documentation

◆ getconnectioncontext()

db_connection_t* getconnectioncontext ( cmdhandler_ctx_type *  )

Definition at line 108 of file enforcercommands.c.

◆ getglobalcontext()

engine_type* getglobalcontext ( cmdhandler_ctx_type *  )

Definition at line 102 of file enforcercommands.c.

Variable Documentation

◆ enforcercommands

struct cmd_func_block** enforcercommands

Command handler.

Definition at line 40 of file enforcercommands.h.