make multicore version PERT benchmark work on RAW(without interruption)
[IRC.git] / Robust / src / Runtime / SimpleHash.h
index 7810120a2898e459bfa5a246a63d378615f2b66d..e777d54134a85fb97d8540515c70858ae3085357 100755 (executable)
@@ -24,6 +24,9 @@ void freeRuntimeHash(struct RuntimeHash *);
 
 void RuntimeHashrehash(struct RuntimeHash * thisvar);
 int RuntimeHashadd(struct RuntimeHash *, int key, int data);
+#ifdef RAW
+int RuntimeHashadd_I(struct RuntimeHash *, int key, int data);
+#endif
 int RuntimeHashremovekey(struct RuntimeHash *,int key);
 int RuntimeHashremove(struct RuntimeHash *,int key, int data);
 bool RuntimeHashcontainskey(struct RuntimeHash *,int key);