Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix comment
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 6 Sep 2006 11:52:24 +0000 (11:52 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 6 Sep 2006 11:52:24 +0000 (11:52 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2779 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/msg/msg_test.c

index a619042..988f18e 100644 (file)
@@ -85,6 +85,7 @@ int master(int argc, char *argv[])
     if(MSG_host_self()==slaves[i % slaves_count]) {
       INFO0("Hey ! It's me ! :)");
     }
     if(MSG_host_self()==slaves[i % slaves_count]) {
       INFO0("Hey ! It's me ! :)");
     }
+
     MSG_task_put(todo[i], slaves[i % slaves_count],
                  PORT_22);
     INFO0("Send completed");
     MSG_task_put(todo[i], slaves[i % slaves_count],
                  PORT_22);
     INFO0("Send completed");
@@ -127,7 +128,7 @@ int slave(int argc, char *argv[])
   return 0;
 } /* end_of_slave */
 
   return 0;
 } /* end_of_slave */
 
-/** Receiver function */
+/** Forwarder function */
 int forwarder(int argc, char *argv[])
 {
   int i;
 int forwarder(int argc, char *argv[])
 {
   int i;
@@ -178,7 +179,6 @@ int forwarder(int argc, char *argv[])
   return 0;
 } /* end_of_forwarder */
 
   return 0;
 } /* end_of_forwarder */
 
-
 /** Test function */
 MSG_error_t test_all(const char *platform_file,
                            const char *application_file)
 /** Test function */
 MSG_error_t test_all(const char *platform_file,
                            const char *application_file)