X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8d7ea40ec3f59b852b27ccb5ed9f75ab8ed6ffa0..8f1ee3e1004fed6acef03da662a0590da900a7d8:/include/simgrid/forward.h diff --git a/include/simgrid/forward.h b/include/simgrid/forward.h index 4da608426a..a90be5078b 100644 --- a/include/simgrid/forward.h +++ b/include/simgrid/forward.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2018. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2004-2019. 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. */ @@ -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 */