|
Likewise Base Runtime Library
|
Service module function table. More...
#include <lw/svcm.h>
Data Fields | |
| size_t | Size |
| Table size This field should be set to the size of the LW_SVCM_MODULE structure. This permits additional fields to be added in the future while retaining backwards compatibility. | |
| LW_SVCM_INIT_FUNCTION | Init |
| Init function. | |
| LW_SVCM_START_FUNCTION | Start |
| Start function. | |
| LW_SVCM_COMMAND_FUNCTION | Stop |
| Stop function. | |
| LW_SVCM_COMMAND_FUNCTION | Refresh |
| Configuration refresh function. | |
| LW_SVCM_DESTROY_FUNCTION | Destroy |
| Destroy function. | |
A table of functions for interacting with a service module.