diff lshlib.h @ 560:11ea54a02534 multiprobeLSH

Added a test program and lshlib functionality to inspect on-disk and in-core hashtable representations.
author mas01mc
date Sun, 22 Feb 2009 03:44:25 +0000
parents f6363bfdad80
children 37c2b9cce23a
line wrap: on
line diff
--- a/lshlib.h	Sat Feb 21 21:56:57 2009 +0000
+++ b/lshlib.h	Sun Feb 22 03:44:25 2009 +0000
@@ -394,7 +394,7 @@
   char* get_indexName(){return indexName;}
   void dump_hashtables();
   void dump_core_row(Uns32T n);
-  void dump_disk_row(Uns32T n);
+  void dump_disk_row(char*, Uns32T n);
 };
 
 typedef class G LSH;