From: mquinson Date: Tue, 6 Apr 2004 22:17:09 +0000 (+0000) Subject: Ajout de fichiers presents sur mon disque X-Git-Tag: v3.3~5275 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f1d9a4d0d60252fd89be58dd9c2751ede4a7ba10 Ajout de fichiers presents sur mon disque git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@71 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/gras/Transport/README b/src/gras/Transport/README new file mode 100644 index 0000000000..57570245c7 --- /dev/null +++ b/src/gras/Transport/README @@ -0,0 +1,8 @@ +There is a plugin mecanism in here, and the selection is automatic + +If you open a socket in SG realm, you'll get a SG socket. +If you open a socket in RL realm, you'll get a TCP socket. + +To get a file socket, you'll have to build it manually. +To get a pipe socket, use gras_fork, or whatever name I'll give it when I + implement this.