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

Private GIT Repository
Wip++...
[loba.git] / process.h
index 8711fca03a2d358d91af8e58f62f73b08e15f040..aa1e032122e18545ce45d3d20ef4735ada3583a0 100644 (file)
--- a/process.h
+++ b/process.h
@@ -17,6 +17,7 @@ private:
     std::vector<neighbor> neigh;
     double load;
 
+    void receive();
     void compute();
     void print_loads(e_xbt_log_priority_t logp = xbt_log_priority_info);
 };