Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix compilation error if don't have MMAP like win32
[simgrid.git] / src / xbt / log.c
index 5df5166..95b6843 100644 (file)
@@ -556,7 +556,9 @@ static void xbt_log_connect_categories(void)
   XBT_LOG_CONNECT(xbt);
   XBT_LOG_CONNECT(graphxml_parse);
   XBT_LOG_CONNECT(log);
+#if HAVE_MMAP
   XBT_LOG_CONNECT(mm_diff);
+#endif
   XBT_LOG_CONNECT(module);
   XBT_LOG_CONNECT(peer);
   XBT_LOG_CONNECT(replay);
@@ -646,6 +648,7 @@ static void xbt_log_connect_categories(void)
   XBT_LOG_CONNECT(msg_mailbox);
   XBT_LOG_CONNECT(msg_process);
   XBT_LOG_CONNECT(msg_task);
+  XBT_LOG_CONNECT(msg_io);
 
   /* simdag */
   XBT_LOG_CONNECT(sd);