X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a50fad0ece7cf975227c3b8bbae84fb158c6b4e4..678836ee7f2b57c38729b3453885f5bcadc7ef7d:/doc/gtut-files/4-callback.output diff --git a/doc/gtut-files/4-callback.output b/doc/gtut-files/4-callback.output index 36c3e29c0e..7aef7fe7c4 100644 --- a/doc/gtut-files/4-callback.output +++ b/doc/gtut-files/4-callback.output @@ -1,9 +1,10 @@ -$ ./test_server 12345 & ./test_client 127.0.0.1 12345 +$ ./test_server 23451 & ./test_client 127.0.0.1 23451 Client ready; listening on 1024 That's it, we sent the data to the server on 127.0.0.1 -[blaise:client:(7454) 0.000004] gras/gras.c:79: [gras/INFO] Exiting GRAS +[blaise:client:(3770) 0.000005] gras/gras.c:79: [gras/INFO] Exiting GRAS Cool, we received the message from 127.0.0.1:1024. -[blaise:server:(7452) 0.000004] gras/gras.c:79: [gras/INFO] Exiting GRAS +[blaise:server:(3768) 0.000004] gras/gras.c:79: [gras/INFO] Exiting GRAS +$ $ ./test_simulator platform.xml test.xml Client ready; listening on 1024 That's it, we sent the data to the server on Jacquelin