The Pedigree Project 0.1
Public Attributes | List of all members
ModuleInfo Struct Reference
+ Collaboration diagram for ModuleInfo:

Public Attributes

uint32_t tag
 
const char * name
 
ModuleEntry entry
 
ModuleExit exit
 
const char ** dependencies
 
const char ** opt_dependencies
 
bool unloadable
 
bool runtimeUnloadable
 

Detailed Description

Definition at line 101 of file Module.h.

Member Data Documentation

◆ dependencies

const char** ModuleInfo::dependencies

Definition at line 106 of file Module.h.

◆ entry

ModuleEntry ModuleInfo::entry

Definition at line 104 of file Module.h.

◆ exit

ModuleExit ModuleInfo::exit

Definition at line 105 of file Module.h.

◆ name

const char* ModuleInfo::name

Definition at line 103 of file Module.h.

◆ opt_dependencies

const char** ModuleInfo::opt_dependencies

Definition at line 107 of file Module.h.

◆ runtimeUnloadable

bool ModuleInfo::runtimeUnloadable

Definition at line 111 of file Module.h.

◆ tag

uint32_t ModuleInfo::tag

Definition at line 102 of file Module.h.

◆ unloadable

bool ModuleInfo::unloadable

Definition at line 109 of file Module.h.


The documentation for this struct was generated from the following file: