Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename SIMIX_process_get_maxpid() to SIMIX_process_get_nextpid() and make it public
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 14 Jul 2015 20:02:33 +0000 (22:02 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 14 Jul 2015 20:02:53 +0000 (22:02 +0200)
commit9306ddd4b063b1934dbab43f967e380d0181e393
tree3e2f62d7383af115e8ef12392509b8b901980b44
parent14dcc36f158833d880504001fa1aa67e51db822a
rename SIMIX_process_get_maxpid() to SIMIX_process_get_nextpid() and make it public

This ends the Fix #15 after the recent commit of @mpoquet. Thanks for
that again.
include/simgrid/simix.h
src/msg/msg_process.c
src/simix/smx_private.h
src/simix/smx_process.c