add "count of Prefetch response" into stats
[IRC.git] / Robust / src / Runtime / DSTM / interface / prelookup.c
index 3fc1ea1865f0238b1e90aeb1469141d499f45264..8c09c1010f559913e24902f6940c4db322433d1f 100644 (file)
@@ -70,7 +70,7 @@ void prehashInsert(unsigned int key, void *val) {
 }
 
 // Search for an address for a given oid
-void *prehashSearch(unsigned int key) {
+INLINE void *prehashSearch(unsigned int key) {
   int index;
   prehashlistnode_t *ptr, *node;