Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert more exemples from MSG to S4U-C
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 7 Feb 2020 13:03:10 +0000 (14:03 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 7 Feb 2020 17:09:26 +0000 (18:09 +0100)
commit6c09a0f13195fb1a374db37de19ac9196dab3249
tree13ab04c246471b07b6c631fdebbbb44e65de56e3
parent41bbb4208fd2c4d15e7ee67c43408e1da7b3a13e
convert more exemples from MSG to S4U-C

- app-token-ring
- process-daemon -> actor-daemon
- process-join -> actor-join
15 files changed:
MANIFEST.in
examples/c/CMakeLists.txt
examples/c/actor-daemon/actor-daemon.c [new file with mode: 0644]
examples/c/actor-daemon/actor-daemon.tesh [moved from teshsuite/msg/process-daemon/process-daemon.tesh with 80% similarity]
examples/c/actor-join/actor-join.c [new file with mode: 0644]
examples/c/actor-join/actor-join.tesh [new file with mode: 0644]
examples/c/app-token-ring/app-token-ring.c [new file with mode: 0644]
examples/c/app-token-ring/app-token-ring.tesh [new file with mode: 0644]
examples/s4u/app-token-ring/s4u-app-token-ring.cpp
teshsuite/msg/CMakeLists.txt
teshsuite/msg/app-token-ring/app-token-ring.c [deleted file]
teshsuite/msg/app-token-ring/app-token-ring.tesh [deleted file]
teshsuite/msg/process-daemon/process-daemon.c [deleted file]
teshsuite/msg/process-join/process-join.c [deleted file]
teshsuite/msg/process-join/process-join.tesh [deleted file]