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

Private GIT Repository
Save notes for pstar.
[loba.git] / loba_pstar.cpp
1 #include <xbt/log.h>
2
3 XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(loba);
4
5 #include "loba_pstar.h"
6
7 void loba_pstar::load_balance()
8 {
9     // write code here...
10     xbt_die("Load-balancing algorithm \"pstar\" not implemented!");
11 }
12
13 // Local variables:
14 // mode: c++
15 // End: