diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-08-12 13:42:55 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-08-12 13:42:55 +0000 |
commit | 4e903579b22f3698934294370f076119576041ab (patch) | |
tree | b2007c09c0994a8a3c2d1aba4c8c04ae540daf9a /src/htscore.h | |
parent | e77141ceaefb55f427edcfb777f5f1a96b885583 (diff) |
Big cleanup in core heap hashtable code, rewritten using new fancy hashtables.
Diffstat (limited to 'src/htscore.h')
-rw-r--r-- | src/htscore.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/htscore.h b/src/htscore.h index f884b7d..a8587a4 100644 --- a/src/htscore.h +++ b/src/htscore.h @@ -267,6 +267,11 @@ struct hash_struct { inthash adrfil; /* Former address and path */ inthash former_adrfil; + /** Buffers **/ + int normalized; + char normfil[HTS_URLMAXSIZE * 2]; + char normfil2[HTS_URLMAXSIZE * 2]; + char catbuff[CATBUFF_SIZE]; }; #ifndef HTS_DEF_FWSTRUCT_filecreate_params |