diff options
Diffstat (limited to 'src/htsopt.h')
-rw-r--r-- | src/htsopt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/htsopt.h b/src/htsopt.h index 15df2b4..6990226 100644 --- a/src/htsopt.h +++ b/src/htsopt.h @@ -368,6 +368,8 @@ struct httrackp { htslibhandles libHandles; // htsoptstate state; // state + // + int background_on_suspend; // Background process on suspend signal. }; // stats for httrack |