Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
codacy and clang-format
[simgrid.git] / examples / s4u / app-bittorrent / s4u_peer.hpp
index 6e33e58..bbbbcdd 100644 (file)
@@ -49,6 +49,7 @@ class Peer {
   Message* message                    = nullptr; // current message being received
 public:
   explicit Peer(std::vector<std::string> args);
+  Peer(const Peer&) = delete;
   ~Peer();
   void operator()();