Mercurial > hg > Database > jungle-network
diff src/jungle/test/bbs/NetworkJungleBulletinBoard.java @ 50:459b50f1a6ee
add ChildLogCheckCodeSegment.
author | one |
---|---|
date | Fri, 12 Jul 2013 20:39:02 +0900 |
parents | a89c3539bff2 |
children | 9e782b4eb06e |
line wrap: on
line diff
--- a/src/jungle/test/bbs/NetworkJungleBulletinBoard.java Fri Jul 12 19:56:12 2013 +0900 +++ b/src/jungle/test/bbs/NetworkJungleBulletinBoard.java Fri Jul 12 20:39:02 2013 +0900 @@ -236,6 +236,10 @@ container.unconvert(_log); NullCodeSegmentForUpdate cs = new NullCodeSegmentForUpdate(); cs.ods.put("log", container); + /* If this node isn't Root node, push log to parent node's DS */ + if(!_updaterName.equals("node0")) { + cs.ods.put("parent", "childLog"); + } }