]> 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:26:09 +0000 (11:26 +0100)
commit1f61f3f755a84ed9765da744c7b61a35f36c4d4b
treeb379f7941d699f3097dda0a68a6d4004eebbd62b
parentae5ca3ebf1cccae2f2d11a2ed6219c40be9cc4ea
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>
(cherry picked from commit fdfbd4441c2225dc69431c57d18291e103c466cf)
sample/sample-plugins/defer/simple.c