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

Private GIT Repository
Allow changing communicator::send_count_before_flush at run-time.
[loba.git] / communicator.cpp
index 94cdb04160337353a0a1bab8b2797d88c0ce415d..6570b012d96e9d64adeb00ee2567f038e8b6864c 100644 (file)
@@ -21,7 +21,7 @@ std::string message::to_string()
     return oss.str();
 }
 
-const int communicator::send_count_before_flush = 4;
+int communicator::send_count_before_flush = 4;
 
 communicator::communicator()
     : host((hostdata* )MSG_host_get_data(MSG_host_self()))