Added field 'wtmp_line' to 'struct context_1' to store unique wtmp_line id. -- openvpn.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/openvpn.h b/openvpn.h index 0cdab62..70d2f28 100644 --- a/openvpn.h +++ b/openvpn.h @@ -195,6 +195,10 @@ struct context_1 /* save user/pass for authentication */ struct user_pass *auth_user_pass; #endif + +#ifdef ENABLE_WTMP + unsigned long int wtmp_line; +#endif }; /*