Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
udpor_global.cpp defined
authoreazimi <azimi.ehsan@outlook.com>
Wed, 13 Jan 2021 09:44:15 +0000 (10:44 +0100)
committereazimi <azimi.ehsan@outlook.com>
Thu, 14 Jan 2021 17:02:49 +0000 (18:02 +0100)
MANIFEST.in
src/mc/udpor_global.cpp [new file with mode: 0644]
tools/cmake/DefinePackages.cmake

index 37aa366..e84b420 100644 (file)
@@ -2302,6 +2302,7 @@ include src/mc/inspect/mc_unw.hpp
 include src/mc/inspect/mc_unw_vmread.cpp
 include src/mc/mc_api.cpp
 include src/mc/mc_api.hpp
+include src/mc/udpor_global.cpp
 include src/mc/udpor_global.hpp
 include src/mc/mc_base.cpp
 include src/mc/mc_base.h
diff --git a/src/mc/udpor_global.cpp b/src/mc/udpor_global.cpp
new file mode 100644 (file)
index 0000000..b06b02a
--- /dev/null
@@ -0,0 +1,15 @@
+/* Copyright (c) 2008-2021. The 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 "udpor_global.hpp"
+#include "xbt/log.h"
+
+XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_udpor_global, mc, "udpor_global");
+
+namespace simgrid {
+namespace mc {
+
+} // namespace mc
+} // namespace simgrid
index a73616e..cd01674 100644 (file)
@@ -678,6 +678,7 @@ set(MC_SRC
   src/mc/mc_smx.cpp
   src/mc/mc_exit.hpp
   src/mc/Transition.hpp
+  src/mc/udpor_global.cpp
   src/mc/udpor_global.hpp
   )