#include <libstoragemgmt/libstoragemgmt_plug_interface.h>#include <stdlib.h>#include <stdint.h>
Go to the source code of this file.
Data Structures | |
| struct | plugin_data |
Functions | |
| int | load (lsm_plugin_ptr c, const char *uri, const char *password, uint32_t timeout, lsm_flag flags) |
| int | unload (lsm_plugin_ptr c, lsm_flag flags) |
| int | main (int argc, char *argv[]) |
| int load | ( | lsm_plugin_ptr | c, | |
| const char * | uri, | |||
| const char * | password, | |||
| uint32_t | timeout, | |||
| lsm_flag | flags | |||
| ) |
Definition at line 54 of file plugin_example.c.


| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
| int unload | ( | lsm_plugin_ptr | c, | |
| lsm_flag | flags | |||
| ) |
Definition at line 70 of file plugin_example.c.


1.6.1