X-Git-Url: https://git.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fconnection.h;h=23bde77677e4daf91145653e68ab9804ed7a852f;hb=48dd371b2ec69f02870aa5e2a67fc8adb4617ff1;hp=6489ef4f9445e9a1f9a13508a367b01541bf4d49;hpb=a5c6c6ea1ab657d83a4d8b064ac9bfa9c16adf63;p=tinc diff --git a/src/connection.h b/src/connection.h index 6489ef4f..23bde776 100644 --- a/src/connection.h +++ b/src/connection.h @@ -49,6 +49,7 @@ typedef union connection_status_t { bool control: 1; /* 1 if this is a control connection */ bool pcap: 1; /* 1 if this is a control connection requesting packet capture */ bool log: 1; /* 1 if this is a control connection requesting log dump */ + bool log_color: 1; /* 1 if this connection supports ANSI escape codes */ bool invitation: 1; /* 1 if this is an invitation */ bool invitation_used: 1; /* 1 if the invitation has been consumed */ bool tarpit: 1; /* 1 if the connection should be added to the tarpit */