Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Match xbt_malloc with xbt_free.
[simgrid.git] / examples / c / app-chainsend / peer.c
2022-06-08 Arnaud GierschMatch xbt_malloc with xbt_free.
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-06-23 Arnaud GierschUse ssize_t as return type for Comm::wait_any.
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-05-10 Martin QuinsonThe examples must be readable. I'll shut off sonar...
2020-03-26 Martin QuinsonPlease PVS
2020-02-25 Augustin DegommeMerge branch 'surf_precision' into 'master'
2020-02-22 Arnaud GierschKill unused variable.
2020-02-22 Arnaud Giersch[sonar] Const again.
2020-02-21 Arnaud GierschXBT_ATTRIB_UNUSED for unused parameters.
2020-02-20 Frederic Suterconvert and simplify app-chainsend in C