diff options
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; |