From: mquinson Date: Fri, 26 Jun 2009 22:13:59 +0000 (+0000) Subject: Damn mac linker. Now, it's not complaining of multiple definition of sg_tcp_gamma... X-Git-Tag: SVN~1260 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/858b362f76d61c062e83a6bb96b7234cc32d6c16 Damn mac linker. Now, it's not complaining of multiple definition of sg_tcp_gamma but of the fact that it cannot find its definition. Poor guy. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6380 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/surf/network.c b/src/surf/network.c index ef69792ba5..2ed6eefc2b 100644 --- a/src/surf/network.c +++ b/src/surf/network.c @@ -27,6 +27,8 @@ int host_number = 0; link_CM02_t **routing_table = NULL; int *routing_table_size = NULL; static link_CM02_t loopback = NULL; +double sg_tcp_gamma = 0.0; + static void create_routing_table(void) {