Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tend to the google coding standards in all S4U API
[simgrid.git] / examples / s4u / app-masterworker / s4u_app-masterworker.cpp
index 66c380f..8e13fc5 100644 (file)
@@ -38,7 +38,7 @@ public:
 
       if (number_of_tasks < 10000 || i % 10000 == 0)
         XBT_INFO("Sending \"%s\" (of %ld) to mailbox \"%s\"", (std::string("Task_") + std::to_string(i)).c_str(),
-                                                              number_of_tasks, mailbox->name());
+                 number_of_tasks, mailbox->getName());
 
       /* - Send the task to the @ref worker */
       char* payload = bprintf("%f", comp_size);