stable version of BRZ using extenal memory to flush vector g

This commit is contained in:
fc_botelho
2005-09-23 20:54:31 +00:00
parent 009bd68bcd
commit c4bc326c4b
8 changed files with 63 additions and 40 deletions

View File

@@ -446,11 +446,8 @@ int bmz_dump(cmph_t *mphf, FILE *fd)
{
char *buf = NULL;
cmph_uint32 buflen;
cmph_uint32 nbuflen;
cmph_uint32 i;
cmph_uint32 two = 2; //number of hash functions
bmz_data_t *data = (bmz_data_t *)mphf->data;
cmph_uint32 nn, nm;
__cmph_dump(mphf, fd);
fwrite(&two, sizeof(cmph_uint32), 1, fd);