diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 13:03:26 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 13:03:26 +0000 |
commit | 0183f4dd84d8cc44d617fb48436881e79e2bf0f2 (patch) | |
tree | d475719783d1cecb39934b739895426ad2967df2 /src/htscore.h | |
parent | 1096a6b82c4110f7a15132c9a2b525899d62380c (diff) |
httrack 3.44.1
Diffstat (limited to 'src/htscore.h')
-rw-r--r-- | src/htscore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htscore.h b/src/htscore.h index c115bc1..c653f24 100644 --- a/src/htscore.h +++ b/src/htscore.h @@ -207,6 +207,7 @@ struct lien_back { char info[256]; // éventuel status pour le ftp int stop_ftp; // flag stop pour ftp int finalized; // finalized (optim memory) + int early_add; // was added before link heap saw it #if DEBUG_CHECKINT char magic2; #endif |