diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-07-06 08:00:36 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-07-06 08:00:36 +0000 |
commit | 46a9b89dd3e97cc77a494f45a0d0fbef785daacb (patch) | |
tree | b7f12eb57a9969a7ef1492e0770b9c9b29156201 /src/htsopt.h | |
parent | b6ba5073a553097eb7c456e4d2e9729a7e7ba782 (diff) |
Added hts_has_stopped() flag, added some asserts
Diffstat (limited to 'src/htsopt.h')
-rw-r--r-- | src/htsopt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htsopt.h b/src/htsopt.h index cc024c9..6581045 100644 --- a/src/htsopt.h +++ b/src/htsopt.h @@ -251,6 +251,7 @@ struct htsoptstate { char HTbuff[2048]; unsigned int debug_state; unsigned int tmpnameid; /* 3.41 */ + int is_ended; /* 3.48-14 */ }; /* Library handles */ |