Fix hash table usage for XLC
[charm.git] / src / ck-ldb / manager.h
blobd2ffb69fbadd598d4fe6f1405a61d1be0141a511
1 /**
2 * \addtogroup CkLdb
3 */
4 /*@{*/
6 #ifndef MANAGER_H
7 #define MANAGER_H
9 /** Cluster Manager Code,
10 Accpets external bit vectors and then feeds it into the
11 loadbalancer so that programs can shrink and expand.
14 void manager_init(void);
16 #endif
18 /*@}*/