Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[simix] Remove SIMIX_process_create_from_wrapper()
[simgrid.git] / src / surf / PropertyHolder.hpp
index 0684173..3d2cdf1 100644 (file)
@@ -28,7 +28,7 @@ public:
    */
   xbt_dict_t getProperties();
 private:
-  xbt_dict_t p_properties = NULL;
+  xbt_dict_t properties_ = NULL;
 };
 
 } /* namespace surf */