X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0e4dfc88e449759be5ef90a53c7fcb828e555af2..e5ef131da9aed2285a9320abe3ffd2b1d1b269d1:/include/simgrid/actor.h diff --git a/include/simgrid/actor.h b/include/simgrid/actor.h index 7f7d699c73..6ab028ba38 100644 --- a/include/simgrid/actor.h +++ b/include/simgrid/actor.h @@ -68,6 +68,7 @@ XBT_PUBLIC void* sg_actor_self_data(); XBT_PUBLIC void sg_actor_self_data_set(void* data); XBT_ATTRIB_DEPRECATED_v330("Please use sg_actor_execute() instead") XBT_PUBLIC void sg_actor_self_execute(double flops); XBT_PUBLIC void sg_actor_execute(double flops); +XBT_PUBLIC void sg_actor_execute_with_priority(double flops, double priority); void sg_actor_parallel_execute(int host_nb, sg_host_t* host_list, double* flops_amount, double* bytes_amount); XBT_PUBLIC void sg_actor_ref(const_sg_actor_t actor); XBT_PUBLIC void sg_actor_unref(const_sg_actor_t actor);