X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/65ad88b71f10717fb542633b394035ff2e53e308..42a5c2c5fa27026391c465eb71f8c6486b6af403:/src/simix/ActorImpl.hpp diff --git a/src/simix/ActorImpl.hpp b/src/simix/ActorImpl.hpp index 9719f32d01..b53e78e239 100644 --- a/src/simix/ActorImpl.hpp +++ b/src/simix/ActorImpl.hpp @@ -32,7 +32,7 @@ public: std::string name; std::function code; void *data = nullptr; - const char *hostname = nullptr; + sg_host_t host = nullptr; double kill_time = 0.0; xbt_dict_t properties = nullptr; bool auto_restart = false; @@ -110,7 +110,7 @@ XBT_PRIVATE smx_actor_t SIMIX_process_create( const char *name, std::function code, void *data, - const char *hostname, + sg_host_t host, double kill_time, xbt_dict_t properties, int auto_restart,