X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8e957279b0b8abc6294f0b38c0a00c1d889086a2..180febe078089bb7d5e6ee141fc17115c2f8a0a1:/src/surf/surf_private.h diff --git a/src/surf/surf_private.h b/src/surf/surf_private.h index c64d330ce5..61a374b0fb 100644 --- a/src/surf/surf_private.h +++ b/src/surf/surf_private.h @@ -3,7 +3,6 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ - #ifndef _SURF_SURF_PRIVATE_H #define _SURF_SURF_PRIVATE_H @@ -23,6 +22,7 @@ extern double sg_latency_factor; extern double sg_bandwidth_factor; extern double sg_weight_S_parameter; extern int sg_maxmin_selective_update; +extern int sg_network_fullduplex; #ifdef HAVE_GTNETS extern double sg_gtnets_jitter; extern int sg_gtnets_jitter_seed;