REPLAY_HASH_SIZE
int h = HASHSTEP(HASHINIT, msg->rm_xid) % REPLAY_HASH_SIZE;
int h = HASHSTEP(HASHINIT, repmsg->rm_xid) % REPLAY_HASH_SIZE;
struct replay_cache_list rc_cache[REPLAY_HASH_SIZE];
for (i = 0; i < REPLAY_HASH_SIZE; i++)