X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fconnection.h;h=e39d74bb14f44cb2c6fa654a50efac7186efc752;hb=c44b08613508c993e7fd9f625e0b1b4775efffed;hp=98177448a513b297a9bf239bebae19ddebcce308;hpb=90cde91141ec61be4354d8deab21edb8fdf01022;p=tinc diff --git a/src/connection.h b/src/connection.h index 98177448..e39d74bb 100644 --- a/src/connection.h +++ b/src/connection.h @@ -27,6 +27,7 @@ #include "rsa.h" #include "list.h" #include "sptps.h" +#include "logger.h" #define OPTION_INDIRECT 0x0001 #define OPTION_TCPONLY 0x0002 @@ -107,7 +108,7 @@ typedef struct connection_t { sptps_t sptps; int outmaclength; - int outcompression; /* compression level from compression_level_t */ + debug_t log_level; /* used for REQ_LOG */ uint8_t *hischallenge; /* The challenge we sent to him */ uint8_t *mychallenge; /* The challenge we received */