Cleanup #48: Move SdagConstruct::numberNodes into each subclass
[charm.git] / src / ck-ldb / AdaptiveLB.ci
blob29a3b4ec99bb38767f05db372cc64f40b9a94690
1 module AdaptiveLB {
3 extern module CentralLB;
4 initnode void lbinit(void);
5 group [migratable] AdaptiveLB : CentralLB {
6   entry void AdaptiveLB(const CkLBOptions &);  
7 };
9 };