]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Explain structver usage in sample defer plugin.
authorGreg Cox <gcox@mozilla.com>
Mon, 1 Feb 2021 07:09:49 +0000 (07:09 +0000)
committerGert Doering <gert@greenie.muc.de>
Wed, 3 Feb 2021 10:25:07 +0000 (11:25 +0100)
commitfdfbd4441c2225dc69431c57d18291e103c466cf
tree77d89aa0d118e625fdb9ba6a3271556cba55de69
parent413580b6a41d7eefb35438701fc79a63e0344ced
Explain structver usage in sample defer plugin.

sample-plugins/defer/simple.c uses OPENVPN_PLUGINv3_STRUCTVER settings
that may not be obvious to a new author.  Add a comment to reduce
possible confusion.
Acked-by: David Sommerseth <davids@openvpn.net>
Message-Id: <1612163389-16421-1-git-send-email-gcox@mozilla.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg21540.html

Signed-off-by: Gert Doering <gert@greenie.muc.de>
sample/sample-plugins/defer/simple.c