X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1062a562502ee5cd09a6577400df729eb60a70c5..79f4c4c467150b3bea841b968cabd629e9d9282a:/examples/s4u/README.rst diff --git a/examples/s4u/README.rst b/examples/s4u/README.rst index df88b03c43..027d3b84ef 100644 --- a/examples/s4u/README.rst +++ b/examples/s4u/README.rst @@ -149,7 +149,7 @@ also the tesh files in the example directories for details. - **I/O replay:** Presents a set of event handlers reproducing classical I/O primitives (open, read, close). - |br| `examples/s4u/replay-storage/s4u-replay-storage.cpp `_ + |br| `examples/s4u/replay-io/s4u-replay-io.cpp `_ ========================== Activities: what Actors do @@ -241,13 +241,13 @@ I/O on Disks and Files ---------------------- SimGrid provides two levels of abstraction to interact with the -simulated storages. At the simplest level, you simply create read and -write actions on the storage resources. +simulated disks. At the simplest level, you simply create read and +write actions on the disk resources. - - **Access to raw storage devices:** + - **Access to raw disk devices:** This example illustrates how to simply read and write data on a - simulated storage resource. - |br| `examples/s4u/io-storage-raw/s4u-io-storage-raw.cpp `_ + simulated disk resource. + |br| `examples/s4u/io-disk-raw/s4u-io-disk-raw.cpp `_ The FileSystem plugin provides a more detailed view, with the classical operations over files: open, move, unlink, and of course