OpenVPN
|
Arguments used to transport variables to and from the plug-in. More...
#include <openvpn-plugin.h>
Data Fields | |
struct openvpn_plugin_string_list ** | return_list |
Arguments used to transport variables to and from the plug-in.
The struct openvpn_plugin_args_func is only used by the openvpn_plugin_func_v3() function.
STRUCT MEMBERS:
return_list : used to return data back to OpenVPN for further processing/usage by the OpenVPN executable.
Definition at line 452 of file openvpn-plugin.h.
struct openvpn_plugin_string_list** openvpn_plugin_args_func_return::return_list |
Definition at line 454 of file openvpn-plugin.h.
Referenced by plugin_call_item().