Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Dead code.
[simgrid.git] / src / mc / Session.hpp
index ecdb31dcbd0421d5caacbf3ee43f5f91be89eb69..ab21a05b71bb62a1dcf903447b31715a427d5827 100644 (file)
@@ -21,7 +21,7 @@ namespace mc {
  *  algorithms should be able to be written in high-level languages
  *  (e.g. Python) using bindings on this interface.
  */
-class Session {
+class XBT_PUBLIC Session {
 private:
   std::unique_ptr<ModelChecker> model_checker_;
   std::shared_ptr<simgrid::mc::Snapshot> initial_snapshot_;