]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/remote/AppSide.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
"s < 0" is always true here.
[simgrid.git] / src / mc / remote / AppSide.hpp
index ccb19fad0ea7ac61bf79561225a9201a5b0343d2..d159af90fa17899337c5467810c12e0322304e46 100644 (file)
@@ -38,7 +38,7 @@ private:
 public:
   Channel const& get_channel() const { return channel_; }
   Channel& get_channel() { return channel_; }
-  XBT_ATTRIB_NORETURN void main_loop();
+  XBT_ATTRIB_NORETURN void main_loop() const;
   void report_assertion_failure() const;
   void ignore_memory(void* addr, std::size_t size) const;
   void ignore_heap(void* addr, std::size_t size) const;