OpenVPN
Data Fields
openvpn_plugin_args_func_return Struct Reference

Arguments used to transport variables to and from the plug-in. More...

#include <openvpn-plugin.h>

Collaboration diagram for openvpn_plugin_args_func_return:
Collaboration graph
[legend]

Data Fields

struct openvpn_plugin_string_list ** return_list
 

Detailed Description

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.

Field Documentation

◆ return_list

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().


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