Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Convert GRAS pid from long int to int; setup a virtualization layer in XBT to choose...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 2 Jul 2007 16:31:29 +0000 (16:31 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 2 Jul 2007 16:31:29 +0000 (16:31 +0000)
commit037955e458fb05c8ad1a1bdc3509bac0664f87a2
tree6832d9cb79aa772dacd2a0d9c0b6063ed5bc2609
parent68d2e2165a1b9166b5e16ffc117921cb2cd1f5fc
Convert GRAS pid from long int to int; setup a virtualization layer in XBT to choose between GRAS and MSG when searching to compute the pid, for example in the logs

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3643 48e7efb5-ca39-0410-a469-dd3cf9ba447f
30 files changed:
configure
examples/gras/all2all/Makefile.in
examples/gras/chrono/Makefile.in
examples/gras/mmrpc/Makefile.in
examples/gras/mutual_exclusion/simple_token/Makefile.in
examples/gras/mutual_exclusion/simple_token/simple_token.c
examples/gras/ping/Makefile.in
examples/gras/pmm/Makefile.in
examples/gras/rpc/Makefile.in
examples/gras/timer/Makefile.in
include/Makefile.am
include/Makefile.in
include/gras/virtu.h
include/xbt/ex.h
include/xbt/function_types.h
include/xbt/virtu.h [new file with mode: 0644]
libtool
src/Makefile.am
src/Makefile.in
src/gras/Transport/transport_plugin_sg.c
src/gras/Virtu/rl_process.c
src/gras/Virtu/sg_process.c
src/gras/Virtu/virtu_private.h
src/gras/gras.c
src/msg/global.c
src/xbt/ex.c
src/xbt/log.c
src/xbt/xbt_log_layout_format.c
src/xbt/xbt_log_layout_simple.c
src/xbt/xbt_virtu.c [new file with mode: 0644]