Revision 3e2aa5b26888e75e864affa2063bc77bcd2c3aae authored by Tom Quinn on 20 June 2018, 23:51:48 UTC, committed by Tom Quinn on 21 June 2018, 04:19:46 UTC
Change-Id: I0c6718576ceb48b8911d4c0ff5c4272d6fae5dda
1 parent 61037e4
Raw File
MultistepLB.ci
module MultistepLB {

extern module CentralLB;
initnode void lbinit(void);

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

};
back to top