#include <module.h>
Data Fields | |
| PmModuleType | type |
| The type of module. | |
| char * | filename |
| The filename of the module. | |
| char * | name |
| The name of the module. | |
| void * | handle |
| The libtool handle. | |
| unsigned int | refCount |
| The module's reference count. | |
| union { | |
| PmDatabaseOps * db | |
| PmPackageOps * package | |
| } | ops |
| Operations. | |
| PmModule * | prev |
| The previous module in the list. | |
| PmModule * | next |
| The next module in the list. | |
|
|
Database operations.
|
|
|
The filename of the module.
|
|
|
The libtool handle.
|
|
|
The name of the module.
|
|
|
The next module in the list.
|
|
|
Operations.
|
|
|
Package operations.
|
|
|
The previous module in the list.
|
|
|
The module's reference count.
|
|
|
The type of module.
|
1.2.15-20020430