--- gvpe/src/conf.h 2003/03/01 15:53:03 1.1 +++ gvpe/src/conf.h 2003/03/06 18:43:07 1.2 @@ -31,6 +31,7 @@ #include +#include "slog.h" #include "global.h" #define DEFAULT_REKEY 3600 @@ -79,6 +80,7 @@ char *ifname; // the interface name (tap0 ...) bool ifpersist; // should the interface be persistent char *prikeyfile; + loglevel llevel; RSA *rsa_key; // our private rsa key char *script_if_up;