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

Public GIT Repository
Typedef.
[simgrid.git] / src / mc / mc_smx.hpp
index 2c00bd3085b09b53e6afa7775a4274c9c7c5891e..a9a5a30a6e48808431f9e66099162faf1056d350 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015-2020. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2015-2021. 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. */
  * MCed code.
  */
 
-/** Get the issuer of  a simcall (`req->issuer`)
- *
- *  In split-process mode, it does the black magic necessary to get an address
- *  of a (shallow) copy of the data structure the issuer SIMIX process in the local
- *  address space.
- *
- *  @param process the MCed process
- *  @param req     the simcall (copied in the local process)
- */
-XBT_PRIVATE smx_actor_t MC_smx_simcall_get_issuer(s_smx_simcall const* req);
-
-XBT_PRIVATE const char* MC_smx_actor_get_name(smx_actor_t p);
-XBT_PRIVATE const char* MC_smx_actor_get_host_name(smx_actor_t p);
-
 XBT_PRIVATE unsigned long MC_smx_get_maxpid();
 
 #endif