diff options
author | Timo Sirainen <cras@irssi.org> | 2001-06-08 21:19:08 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-06-08 21:19:08 +0000 |
commit | 7773aabb2c24031f75c4e06fe55fae7a8e5b8437 (patch) | |
tree | 8dc66d6ce27afc8849d76482620662f21da7e5eb /src/core/servers-reconnect.h | |
parent | bd7cc25590a8fd29e8fd490106ee7a7dc85d7860 (diff) | |
download | irssi-7773aabb2c24031f75c4e06fe55fae7a8e5b8437.zip |
Try to keep the number after server tag always the same when there's
multiple connections to the same server.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1540 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core/servers-reconnect.h')
-rw-r--r-- | src/core/servers-reconnect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/servers-reconnect.h b/src/core/servers-reconnect.h index b51486f6..bf3e640d 100644 --- a/src/core/servers-reconnect.h +++ b/src/core/servers-reconnect.h @@ -6,7 +6,7 @@ #define FAILED_RECONNECT_WAIT (60*30) typedef struct { - int tag; + int tag; time_t next_connect; SERVER_CONNECT_REC *conn; |