diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-05-01 19:31:33 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-05-01 19:31:33 +0000 |
commit | 059c83ee7840b57e9d46d784a8f1dd80dc59fed4 (patch) | |
tree | 7ac164fc140c435275c1fc1d833d86364d1de0aa /src/htsopt.h | |
parent | 7925c7532312668c005a5737641562425143b5f5 (diff) |
Cleaner background on suspend
Diffstat (limited to 'src/htsopt.h')
-rw-r--r-- | src/htsopt.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/htsopt.h b/src/htsopt.h index 6990226..b5e0212 100644 --- a/src/htsopt.h +++ b/src/htsopt.h @@ -358,6 +358,7 @@ struct httrackp { int quiet; // poser des questions autres que wizard? int keyboard; // vérifier stdin int bypass_limits; // bypass built-in limits + int background_on_suspend; // background process on suspend signal // int is_update; // c'est une update (afficher "File updated...") int dir_topindex; // reconstruire top index par la suite @@ -368,8 +369,6 @@ struct httrackp { htslibhandles libHandles; // htsoptstate state; // state - // - int background_on_suspend; // Background process on suspend signal. }; // stats for httrack |