aboutsummaryrefslogtreecommitdiffstats
path: root/dcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'dcc.h')
-rw-r--r--dcc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/dcc.h b/dcc.h
index 4be5a338..cc784478 100644
--- a/dcc.h
+++ b/dcc.h
@@ -76,6 +76,12 @@ typedef struct dcc_file_transfer {
*/
size_t bytes_sent;
+ /*
+ * Handle the wonderful sadly-not-deprecated ACKs.
+ */
+ guint32 acked;
+ int acked_len;
+
/* imc's handle */
file_transfer_t *ft;