diff --git a/openvpn/server/manage.hpp b/openvpn/server/manage.hpp index 74f556f0..19488b09 100644 --- a/openvpn/server/manage.hpp +++ b/openvpn/server/manage.hpp @@ -4,7 +4,7 @@ // packet encryption, packet authentication, and // packet compression. // -// Copyright (C) 2012-2022 OpenVPN Inc. +// Copyright (C) 2012- OpenVPN Inc. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License Version 3 @@ -69,6 +69,9 @@ struct SendBase : public virtual RC // Status virtual bool is_stopped() const = 0; + // Retrieve any potentially collected debug state. + virtual std::string to_string_debug() const = 0; + // IP-mapped ACL (IPMA) notification virtual void ipma_notify(const struct ovpn_tun_head_ipma &ipma) = 0;