]> git.ipfire.org Git - thirdparty/openvpn.git/commit
add API for plug-ins to write to openvpn log
authorHeiko Hund <heiko.hund@sophos.com>
Thu, 2 Aug 2012 15:20:22 +0000 (17:20 +0200)
committerDavid Sommerseth <dazo@users.sourceforge.net>
Mon, 6 Aug 2012 10:16:12 +0000 (12:16 +0200)
commitbe532e0d151bc5ad404970fdc7b49e61512a625c
tree2f21911d290b39a3eb0ec75e8867a05bba54cdc1
parent004ca97c9427841cc240f954d7594416cd249187
add API for plug-ins to write to openvpn log

Some plugins want to add messages to the openvpn log file. The
plugin_log() and plugin_vlog() APIs provide ways for them to do so.

OPENVPN_PLUGINv3_STRUCTVER is not incremented as the v3 plugin API
is new in 2.3 and this is merged during alpha phase.

Signed-off-by: Heiko Hund <heiko.hund@sophos.com>
Acked-by: David Sommerseth <davids@redhat.com>
Message-Id: 1343920822-29161-1-git-send-email-heiko.hund@sophos.com
URL: http://article.gmane.org/gmane.network.openvpn.devel/6946
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
include/openvpn-plugin.h
src/openvpn/plugin.c