Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
More ruby cleanups: stop defining everything static, and prefix functions with rb_...
[simgrid.git] / src / bindings / lua / Msglua.c
index 29cf399..e152066 100644 (file)
@@ -11,6 +11,7 @@
 #include "xbt/asserts.h"
 
 
+XBT_LOG_NEW_DEFAULT_SUBCATEGORY(lua,bindings,"Lua Bindings");
 
 
 /*
@@ -22,9 +23,6 @@
  */
 
 
-XBT_LOG_NEW_DEFAULT_SUBCATEGORY(smx_lua,simix,
-    "Messages specific for this lua example");
-
 
 #define TASK "Msg.Task"
 #define HOST "Msg.Host"