1) tweak hash tables
[IRC.git] / Robust / src / Runtime / DSTM / interface / dstmserver.c
index d3f0931f873cf8a55153dae7ef109c3a8e6253ec..ff3987d0bfd924fae17eb1fc2348047433aec8d5 100644 (file)
@@ -36,7 +36,7 @@ int dstmInit(void) {
   pthread_mutexattr_settype(&mainobjstore_mutex_attr, PTHREAD_MUTEX_RECURSIVE_NP);
   pthread_mutex_init(&mainobjstore_mutex, &mainobjstore_mutex_attr);
   pthread_mutex_init(&lockObjHeader,NULL);
-  if (mhashCreate(HASH_SIZE, LOADFACTOR))
+  if (mhashCreate(MHASH_SIZE, MLOADFACTOR))
     return 1;             //failure
 
   if (lhashCreate(HASH_SIZE, LOADFACTOR))