Mentions légales du service

Skip to content

Allow to transfer any data

SIMONIN Matthieu requested to merge msimonin/2018-vsg:dev/message_class into master

Initially only std::string was allowed to go through simgrid.

For this purpose I introduced a Message object which mimic the initial struct used (struct message). The difference lies in the dynamic attribute (data) to hold the raw payload (as uint8_t*) that needs to be delivered.

Merge request reports