]> AND Private Git Repository - loba.git/blobdiff - misc.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Fix build with SimGrid 3.12.
[loba.git] / misc.h
diff --git a/misc.h b/misc.h
index 557bed515bd94cee2b57d207b7eebafa897eb9b8..8700b96afb4d3ca42152b66d459c1c30406596e4 100644 (file)
--- a/misc.h
+++ b/misc.h
@@ -20,7 +20,7 @@ namespace misc {
 /* Defines XBT_XCLOG(...) which behave like XBT_CLOG(...), except that the
  * given category is not passed through _XBT_LOGV before use.
  */
-#define XBT_XCLOG(c, p, ...) XBT_CLOG_((*(c)), p, __VA_ARGS__)
+#define XBT_XCLOG(c, p, ...) XBT_CLOG((*(c)), p, __VA_ARGS__)
 
 #endif // !MISC_H