#include <module.h>
Data Fields | |
const char * | name |
const char * | version |
const char * | comment |
stp_module_class_t | class |
void * | handle |
int(* | init )(void) |
int(* | fini )(void) |
void * | syms |
const char* stp_module_t::name |
const char* stp_module_t::version |
const char* stp_module_t::comment |
void* stp_module_t::handle |
int(* stp_module_t::init)(void) |
int(* stp_module_t::fini)(void) |
void* stp_module_t::syms |