Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Damn mac linker. Now, it's not complaining of multiple definition of sg_tcp_gamma...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 26 Jun 2009 22:13:59 +0000 (22:13 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 26 Jun 2009 22:13:59 +0000 (22:13 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6380 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/surf/network.c

index ef69792..2ed6eef 100644 (file)
@@ -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;
 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)
 {
 
 static void create_routing_table(void)
 {