Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Declare the main log categories into their respective modules.
[simgrid.git] / src / bindings / bindings_global.c
diff --git a/src/bindings/bindings_global.c b/src/bindings/bindings_global.c
new file mode 100644 (file)
index 0000000..90d0d28
--- /dev/null
@@ -0,0 +1,8 @@
+/* Copyright (c) 2012 Da SimGrid Team. All rights reserved.                 */
+
+/* This program is free software; you can redistribute it and/or modify it
+ * under the terms of the license (GNU LGPL) which comes with this package. */
+
+#include <xbt/log.h>
+
+XBT_LOG_NEW_CATEGORY(bindings, "All bindings categories");