relay: add comments in truct t_relay_weechat_data

master
Sébastien Helleu 2020-04-12 15:35:03 +02:00
parent b781dd92fb
commit 07505bb53c
1 changed files with 3 additions and 0 deletions

View File

@ -35,8 +35,11 @@ enum t_relay_weechat_compression
struct t_relay_weechat_data
{
/* authentication status (init command) */
int password_ok; /* password received and OK? */
int totp_ok; /* TOTP received and OK? */
/* options set by client (init command) */
enum t_relay_weechat_compression compression; /* compression type */
/* sync of buffers */