Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Start to get rid of storage examples in MSG
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 7 Feb 2020 10:08:14 +0000 (11:08 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 7 Feb 2020 10:08:14 +0000 (11:08 +0100)
commit2a4a32a45f463b9fecfa6a88a43c8498d2e508cb
treec51df776d992efc5be3a7cbbf5ba6b7b89773d2d
parente1c426b4c1b38063b0576492d313c6d1f3a69582
Start to get rid of storage examples in MSG

Convert this test to a s4u-c example based on disks. It matches the
c++ version.
xbt_dynar have been replaced by fonctions that allocate and build
arrays of objects that the user will have to free.

Problem: there is no convenient xbt-free way to handle dictionnaries
yet, hence a xbt_dict remains to access properties.
MANIFEST.in
examples/c/CMakeLists.txt
examples/c/io-disk-raw/io-disk-raw.c [new file with mode: 0644]
examples/c/io-disk-raw/io-disk-raw.tesh [new file with mode: 0644]
teshsuite/msg/CMakeLists.txt
teshsuite/msg/io-raw-storage/io-raw-storage.c [deleted file]
teshsuite/msg/io-raw-storage/io-raw-storage.tesh [deleted file]