Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Convert EventSet into class from typedef
[simgrid.git] / src / mc / udpor_global.cpp
1 /* Copyright (c) 2008-2023. The SimGrid Team. All rights reserved.          */
2
3 /* This program is free software; you can redistribute it and/or modify it
4  * under the terms of the license (GNU LGPL) which comes with this package. */
5
6 #include "udpor_global.hpp"
7 #include "xbt/log.h"
8 #include <algorithm>
9
10 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_udpor_global, mc, "udpor_global");
11
12 namespace simgrid::mc {
13
14 // TODO: Implement methods on EventSet as appropriate
15
16 } // namespace simgrid::mc