44
44
MEM_ROOT mem_root; /* memory for dynamic plugin structures */
45
45
sys_var *system_vars; /* server variables for this plugin */
47
47
: name(manifest_arg->name), manifest(manifest_arg), plugin_dl(library_arg),
49
49
mem_root(), system_vars(NULL) {}
52
52
: name(manifest_arg->name), manifest(manifest_arg), plugin_dl(NULL),
54
54
mem_root(), system_vars(NULL) {}