Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
lua: rename the platf module to 'engine' to align on s4u
[simgrid.git] / src / bindings / lua / lua_platf.cpp
index 4c4c123..9d52127 100644 (file)
@@ -22,7 +22,7 @@ extern "C" {
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(lua_platf, "Lua bindings (platform module)");
 
-#define PLATF_MODULE_NAME "simgrid.platf"
+#define PLATF_MODULE_NAME "simgrid.engine"
 #define AS_FIELDNAME   "__simgrid_as"
 
 /* ********************************************************************************* */