Improve internal locking support - cleanup examples

This commit is contained in:
greg
2019-04-14 13:04:25 -04:00
parent 1a298f5ed9
commit e478a4fc85
6 changed files with 137 additions and 85 deletions
+2 -1
View File
@@ -361,12 +361,13 @@ void memlog()
// --------------------------------------------------------------------------
int main(int argc, char ** argv)
{
int64_t num_keys = atoi(argv[1]);
int64_t i, value = 0;
if(argc <= 2)
return 1;
int64_t num_keys = atoi(argv[1]);
hash_t hash;
str_hash_t str_hash;