Raw File
Orb3dLB.ci
module Orb3dLB {

extern module CentralLB;
initnode void lbinit(void);

group [migratable] Orb3dLB : CentralLB {
  entry void Orb3dLB(const CkLBOptions &);
};

};
back to top