X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cbd8dae6d524fc62b0fb5fcf7b2604e98f953615..18809c9eaf8282a515da08bda0a2065d362c5957:/include/simgrid/forward.h diff --git a/include/simgrid/forward.h b/include/simgrid/forward.h index 4da608426a..2ebb20b27d 100644 --- a/include/simgrid/forward.h +++ b/include/simgrid/forward.h @@ -232,6 +232,7 @@ typedef unsigned long long sg_size_t; */ typedef long long sg_offset_t; +/** Actor's ID, just like the classical processes' have PID in UNIX */ typedef long aid_t; #endif /* SIMGRID_TYPES_H */