]> AND Private Git Repository - loba.git/blob - loba_lln.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
run-all: check executable.
[loba.git] / loba_lln.h
1 #ifndef LOBA_LLN_H
2 #define LOBA_LLN_H
3
4 #include "process.h"
5
6 class loba_lln: public process {
7 public:
8     loba_lln(int argc, char* argv[]): process(argc, argv) { }
9     ~loba_lln()                                           { }
10
11 private:
12     void load_balance();
13 };
14
15 #endif //!LOBA_LLN_H
16
17 // Local variables:
18 // mode: c++
19 // End: