diff options
author | Timo Sirainen <cras@irssi.org> | 2004-03-23 22:06:41 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2004-03-23 22:06:41 +0000 |
commit | af4bcb70f2634b8917166e948e9d631ad3b5cccd (patch) | |
tree | 28cfa9891aedd97ac1f73c1a2501cccba643bd20 /src/irc/dcc/dcc-rec.h | |
parent | 2a12dfb9d00a6196e071c1e9a965e6e11aa46471 (diff) | |
download | irssi-af4bcb70f2634b8917166e948e9d631ad3b5cccd.zip |
Passive DCC support by Francesco Fracassi (francesco.f at openssl.it)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3236 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/irc/dcc/dcc-rec.h')
-rw-r--r-- | src/irc/dcc/dcc-rec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/irc/dcc/dcc-rec.h b/src/irc/dcc/dcc-rec.h index 9fdd9582..afb029d3 100644 --- a/src/irc/dcc/dcc-rec.h +++ b/src/irc/dcc/dcc-rec.h @@ -20,6 +20,8 @@ int tagconn, tagread, tagwrite; time_t starttime; /* transfer start time */ uoff_t transfd; /* bytes transferred */ +int pasv_id; /* DCC Id for passive DCCs. <0 means a passive DCC, >=0 means a standard DCC */ + unsigned int destroyed:1; /* We're about to destroy this DCC recond */ GHashTable *module_data; |