]> 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:27:36 +0000 (11:27 +0100)
commit5b17607ad593bc081dc35b2ed1d6b852786a0d23
treedba197fd9bf4966471188625165bd7d84df58b2b
parent86c674230d6334c1aa18f74acc7a9741a6c9683a
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