00001 00005 00006 /* 00007 Startup routine for use when you include all the load balancers. 00008 */ 00009 #include <LBDatabase.h> 00010 #include "EveryLB.decl.h" 00011 00012 static void CreateNoLB(void) 00013 { 00014 /*empty-- let the user create the load balancer*/ 00015 } 00016 00017 void initEveryLB(void) { 00018 #if CMK_LBDB_ON 00019 // LBSetDefaultCreate(CreateNoLB); 00020 #endif 00021 } 00022 00023 #include "EveryLB.def.h" 00024