![]() |
Module Structure. Contains pointer to module specific data and a pointer to the hooks that interface with the module.
source contains module specific data. hooks contains functions that can be applied to the module.
Definition at line 114 of file src/include/aerospike/as_module.h.
#include "as_module.h"
Data Fields | |
const as_module_hooks * | hooks |
as_logger * | logger |
const void * | source |
const as_module_hooks * as_module::hooks |
Definition at line 117 of file src/include/aerospike/as_module.h.
as_logger * as_module::logger |
Definition at line 116 of file src/include/aerospike/as_module.h.
const void * as_module::source |
Definition at line 115 of file src/include/aerospike/as_module.h.