diff freeDiameter/p_dw.c @ 454:f1484823cb4a

Small hack which might spear some concurrency problems and is quite harmless
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 29 Jul 2010 16:11:12 +0900
parents 5df55136361b
children
line wrap: on
line diff
--- a/freeDiameter/p_dw.c	Thu Jul 29 15:32:08 2010 +0900
+++ b/freeDiameter/p_dw.c	Thu Jul 29 16:11:12 2010 +0900
@@ -122,6 +122,7 @@
 	}
 	
 	/* If we are in REOPEN state, increment the counter */
+	fd_cpu_flush_cache();
 	if (peer->p_hdr.info.runtime.pir_state == STATE_REOPEN) {
 		peer->p_flags.pf_reopen_cnt += 1;
 		
"Welcome to our mercurial repository"