Cleanup #48: Move SdagConstruct::numberNodes into each subclass
[charm.git] / src / ck-ldb / TreeMatchLB.h
blob2e5f5bd3a762b9ff21745a4c15b72c0d3f5446f6
1 /**
2 * \addtogroup CkLdb
3 */
4 /*@{*/
6 #ifndef _TREEMATCHLB_H_
7 #define _TREEMATCHLB_H_
9 #include "CentralLB.h"
10 #include "TreeMatchLB.decl.h"
12 void CreateTreeMatchLB();
14 class TreeMatchLB : public CBase_TreeMatchLB {
15 public:
16 TreeMatchLB(const CkLBOptions &);
17 TreeMatchLB(CkMigrateMessage *m):CBase_TreeMatchLB(m) {}
18 void work(BaseLB::LDStats* stats);
19 private:
20 bool QueryBalanceNow(int step);
23 #endif /* _TREEMATCHLB_H_ */
25 /*@}*/