Add new events

This commit is contained in:
Sergey Abramchuk 2017-06-02 14:11:34 +03:00
parent 812e9351ef
commit 203089f1fd

View File

@ -26,6 +26,7 @@ typedef NS_ENUM(NSUInteger, OpenVPNEvent) {
OpenVPNEventInfo,
OpenVPNEventPause,
OpenVPNEventResume,
OpenVPNEventRelay,
OpenVPNEventTransportError,
OpenVPNEventTunError,
OpenVPNEventClientRestart,
@ -43,6 +44,7 @@ typedef NS_ENUM(NSUInteger, OpenVPNEvent) {
OpenVPNEventTunIfaceDisabled,
OpenVPNEventEPKIError,
OpenVPNEventEPKIInvalidAlias,
OpenVPNEventRelayError,
OpenVPNEventInitializationFailed,
OpenVPNEventConnectionFailed,
OpenVPNEventUnknown