Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a few functions to Mailbox C API
[simgrid.git] / src / mc / inspect / mc_unw.hpp
index 628cbba8e5d5c33e2ea3f66c3099147ddbce5985..beb19d68b43654a84fb4d14d95c3ae8755d3384e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015-2019. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2015-2020. 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. */
@@ -68,8 +68,7 @@ public:
   static unw_addr_space_t createUnwindAddressSpace();
 };
 
-void dumpStack(FILE* file, unw_cursor_t&& cursor);
-void dumpStack(FILE* file, pid_t pid);
+void dumpStack(FILE* file, unw_cursor_t* cursor);
 } // namespace mc
 } // namespace simgrid