diff src/main/java/alice/topology/manager/CheckComingHost.java @ 647:e321c5ec9b58

fix toplogy manager; ring worked
author suruga
date Sun, 31 Dec 2017 19:32:27 +0900
parents 145c425db88d
children
line wrap: on
line diff
--- a/src/main/java/alice/topology/manager/CheckComingHost.java	Sun Dec 31 12:06:45 2017 +0900
+++ b/src/main/java/alice/topology/manager/CheckComingHost.java	Sun Dec 31 19:32:27 2017 +0900
@@ -12,7 +12,7 @@
     private Receiver absCookieTable = ids.create(CommandType.PEEK); // cookie, AbsName HashMap
 
     public CheckComingHost(){
-        this.host.setKey("host");
+        this.host.setKey("hostMessage");
         this.absCookieTable.setKey("absCookieTable");
     }