X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3fe2d08ea06f90126763ea3390f5377e75f7e575..9dbd0e28d466dc7e45127aee35e7fb307d15df56:/examples/s4u/README.doc diff --git a/examples/s4u/README.doc b/examples/s4u/README.doc index 6c88294972..bd3f2d0c67 100644 --- a/examples/s4u/README.doc +++ b/examples/s4u/README.doc @@ -140,6 +140,15 @@ also the tesh files in the example directories for details. Presents a set of event handlers reproducing classical I/O primitives (open, read, close). +@subsection s4u_ex_io Simulating disks + +The examples of this section demonstrate how to interact with the +simulated storages. + + - Access to raw storage devices . + @ref examples/s4u/io-raw-storage/s4u-io-raw-storage.cpp \n + This example illustrates how to simply read and write data on a + simulated storage resource. */ /**