Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change TCP_gamma to not be a compilation-time #define, but a command line option
[simgrid.git] / src / surf / surf_private.h
index 3d742f6..139403c 100644 (file)
@@ -16,7 +16,7 @@
 #include "surf/random_mgr.h"
 
 #define NO_MAX_DURATION -1.0
-#define SG_TCP_CTE_GAMMA 20000.0
+double sg_tcp_gamma;
 
 extern const char *surf_action_state_names[6];