X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/03e5a5b3408091f939c10a9237bfc23f0f405a74..3dd753cd9e46d794e00629d03183250aec4a17e4:/include/simgrid/actor.h diff --git a/include/simgrid/actor.h b/include/simgrid/actor.h index fde55fad1d..f20322c8f8 100644 --- a/include/simgrid/actor.h +++ b/include/simgrid/actor.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2018-2021. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2018-2022. 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. */ @@ -47,11 +47,6 @@ XBT_PUBLIC void sg_actor_on_exit(void_f_int_pvoid_t fun, void* data); XBT_PUBLIC aid_t sg_actor_get_pid(const_sg_actor_t actor); XBT_PUBLIC aid_t sg_actor_get_ppid(const_sg_actor_t actor); XBT_PUBLIC sg_actor_t sg_actor_by_pid(aid_t pid); -XBT_ATTRIB_DEPRECATED_v331("Please use sg_actor_get_pid() instead") XBT_PUBLIC aid_t - sg_actor_get_PID(const_sg_actor_t actor); -XBT_ATTRIB_DEPRECATED_v331("Please use sg_actor_get_ppid() instead") XBT_PUBLIC aid_t - sg_actor_get_PPID(const_sg_actor_t actor); -XBT_ATTRIB_DEPRECATED_v331("Please use sg_actor_by_pid() instead") XBT_PUBLIC sg_actor_t sg_actor_by_PID(aid_t pid); XBT_PUBLIC const char* sg_actor_get_name(const_sg_actor_t actor); XBT_PUBLIC sg_host_t sg_actor_get_host(const_sg_actor_t actor); XBT_PUBLIC const char* sg_actor_get_property_value(const_sg_actor_t actor, const char* name);