summaryrefslogtreecommitdiff
path: root/src/htsopt.h
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2012-05-01 16:25:50 +0000
committerXavier Roche <xroche@users.noreply.github.com>2012-05-01 16:25:50 +0000
commit4c7ec9bf95f823654bae8dac7edbed2615adb27e (patch)
treee45059be12207f4a2f6584776362747df1b3ef1b /src/htsopt.h
parent8cd02da424dc7238c1ee39339699cc8a7f98ef22 (diff)
Do not interpret ^C before mirror is finished, or after!
Diffstat (limited to 'src/htsopt.h')
-rw-r--r--src/htsopt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htsopt.h b/src/htsopt.h
index f0e9ea9..15df2b4 100644
--- a/src/htsopt.h
+++ b/src/htsopt.h
@@ -222,6 +222,7 @@ struct htsoptstate {
int _hts_in_html_done;
int _hts_in_html_poll;
int _hts_setpause;
+ int _hts_in_mirror;
char** _hts_addurl;
int _hts_cancel;
htsoptstatecancel *cancel; /* 3.41 */