]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/sosp/Snapshot.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Allow to disable the TCP windowing modeling by setting network/TCP-gamma to 0
[simgrid.git] / src / mc / sosp / Snapshot.cpp
index b36d8cd89f38f47306b60fe20c50708e99d306eb..ed39417177e9663384a98d78806efcd9995b5df0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2014-2022. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2014-2023. 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. */
@@ -130,7 +130,7 @@ static std::vector<s_mc_stack_frame_t> unwind_stack_frames(UnwindContext* stack_
       stack_frame.frame_base = (unw_word_t)frame->frame_base(c);
     } else {
       stack_frame.frame_base = 0;
-      stack_frame.frame_name = std::string();
+      stack_frame.frame_name = "";
     }
 
     result.push_back(std::move(stack_frame));