1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 21:36:37 +02:00

relay: add comments in truct t_relay_weechat_data

This commit is contained in:
Sébastien Helleu
2020-04-12 15:35:03 +02:00
parent b781dd92fb
commit 07505bb53c
@@ -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 */