Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] protecting category field in process structure
[simgrid.git] / include / msg / datatypes.h
index 84d956d..d9d271c 100644 (file)
@@ -79,7 +79,9 @@ typedef struct m_process {
   simdata_process_t simdata;
                                 /**< @brief simulator data */
   void *data;                   /**< @brief user data */
+#ifdef HAVE_TRACING
   char *category;               /* process category for instrumentation */
+#endif
 } s_m_process_t;
 /** @} */
 /** @brief Agent datatype