Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reduce the amount of mallocs (and plug a memleak)
[simgrid.git] / src / surf / xml / platf_private.hpp
index 0a5d3eb..976fa05 100644 (file)
@@ -42,7 +42,7 @@ typedef enum {
 
 typedef struct {
   const char* id;
-  std::vector<double> *speed_per_pstate;
+  std::vector<double> speed_per_pstate;
   int pstate;
   int core_amount;
   tmgr_trace_t speed_trace;