From: mquinson Date: Tue, 10 Jun 2008 07:49:13 +0000 (+0000) Subject: no need to dupplicate the work of svn blame X-Git-Tag: v3.3~388 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5577dbda04698c97299e6cb1640a219a2875210b?ds=sidebyside no need to dupplicate the work of svn blame git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5588 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/surf/gtnets/gtnets_simulator.h b/src/surf/gtnets/gtnets_simulator.h index 1b5f50efff..f994a57e10 100644 --- a/src/surf/gtnets/gtnets_simulator.h +++ b/src/surf/gtnets/gtnets_simulator.h @@ -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); - //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: