diff freeDiameter/p_expiry.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 a58f0757c06a
children ae29bf971f20
line wrap: on
line diff
--- a/freeDiameter/p_expiry.c	Thu Jul 29 15:32:08 2010 +0900
+++ b/freeDiameter/p_expiry.c	Thu Jul 29 16:11:12 2010 +0900
@@ -60,6 +60,7 @@
 		for (li = fd_g_peers.next; li != &fd_g_peers; li = li->next) {
 			struct fd_peer * peer = (struct fd_peer *)li;
 			
+			fd_cpu_flush_cache();
 			if (peer->p_hdr.info.runtime.pir_state != STATE_ZOMBIE)
 				continue;
 			
"Welcome to our mercurial repository"