Bug #1062: Fix linking errors by moving definition of userDrivenMode to machine-commo...
[charm.git] / src / ck-ldb / RandCentLB.ci
blob6d7212c2e5677d6ac446cafe3e4b3559e500d39a
1 module RandCentLB {
3 extern module CentralLB;
4 initnode void lbinit(void);
5 group [migratable] RandCentLB : CentralLB {
6   entry void RandCentLB(const CkLBOptions &);  
7 };
9 };