diff src/alice/topology/manager/keeparive/PingScheduler.java @ 308:a8255a831ade

implement ping api
author sugi
date Tue, 19 Nov 2013 17:39:44 +0900
parents 72739519cc39
children 797267843126
line wrap: on
line diff
--- a/src/alice/topology/manager/keeparive/PingScheduler.java	Tue Nov 19 15:51:52 2013 +0900
+++ b/src/alice/topology/manager/keeparive/PingScheduler.java	Tue Nov 19 17:39:44 2013 +0900
@@ -59,7 +59,7 @@
 				if (interruptFlag){				
 					interruptFlag = false;				
 				} else {
-					//ods.put("_SENDPING", nowTask);
+					ods.put("_SENDPING", nowTask.getManagerKey());
 				}
 			}
 		} catch (InterruptedException e) {