Mercurial > hg > Database > Christie
comparison src/main/java/christie/topology/manager/ConfigWaiter.java @ 50:8dfd93810041
fix config and HostMessage
author | akahori |
---|---|
date | Thu, 23 Aug 2018 09:30:36 +0900 |
parents | 6664efac18ee |
children | f4b388422045 |
comparison
equal
deleted
inserted
replaced
49:fd944876257b | 50:8dfd93810041 |
---|---|
9 public class ConfigWaiter extends CodeGear { | 9 public class ConfigWaiter extends CodeGear { |
10 | 10 |
11 | 11 |
12 // Question: done 変数がわからない...何やっているんだろう. | 12 // Question: done 変数がわからない...何やっているんだろう. |
13 // public Receiver done = ids.create(CommandType.TAKE); | 13 // public Receiver done = ids.create(CommandType.TAKE); |
14 @Take | 14 //@Take |
15 boolean done; | 15 //boolean done; |
16 | 16 |
17 @Take | 17 @Take |
18 int nodeNum; | 18 int nodeNum; |
19 | 19 |
20 public ConfigWaiter() { } | 20 public ConfigWaiter() { } |