Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
no need to dupplicate the work of svn blame
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 10 Jun 2008 07:49:13 +0000 (07:49 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 10 Jun 2008 07:49:13 +0000 (07:49 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5588 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/surf/gtnets/gtnets_simulator.h

index 1b5f50e..f994a57 100644 (file)
@@ -45,7 +45,7 @@ public:
   double get_time_to_next_flow_completion();
   int run_until_next_flow_completion(void*** metadata, int* number_of_flows);
   int run(double deltat);
   double get_time_to_next_flow_completion();
   int run_until_next_flow_completion(void*** metadata, int* number_of_flows);
   int run(double deltat);
-  //added by pedro, returns the total received by the TCPServer peer of the given action
+  // returns the total received by the TCPServer peer of the given action
   double gtnets_get_flow_rx(void *metadata);
   void create_gtnets_topology();
 private:
   double gtnets_get_flow_rx(void *metadata);
   void create_gtnets_topology();
 private: