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

Private GIT Repository
Define process::send(), and simplify load_balance() logic.
[loba.git] / hostdata.h
index 59ca35da06bb020cb6bbd771e73b189d6edc51d3..703b7a1b38410f158912ea1a22993c31759c26e8 100644 (file)
@@ -5,6 +5,9 @@
 #include <vector>
 #include <msg/msg.h>
 
+// Helper class that associates instances of itself with each host.
+// Facilitate global operations on hosts, and retreiving of host name
+// and mailboxes.
 class hostdata {
 public:
     static void create();