Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[NS3, trace] type of last_sent is double
authorLucas Schnorr <Lucas.Schnorr@imag.fr>
Mon, 5 Sep 2011 08:06:53 +0000 (10:06 +0200)
committerLucas Schnorr <Lucas.Schnorr@imag.fr>
Mon, 5 Sep 2011 09:08:13 +0000 (11:08 +0200)
src/surf/network_ns3_private.h

index 38af59b7f85bcd24957d6c41e6ff94df39436530..271af77c2ea5822bf0e15d7fdbaec63d34d07b01 100644 (file)
@@ -25,7 +25,7 @@ typedef struct surf_ns3_link{
 typedef struct surf_action_network_ns3 {
   s_surf_action_t generic_action;
 #ifdef HAVE_TRACING
-  int last_sent;
+  double last_sent;
   char *src_name;
   char *dst_name;
 #endif //HAVE_TRACING