Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use msg_error_t instead of MSG_error_t
[simgrid.git] / examples / msg / masterslave / masterslave_mailbox.c
2012-06-29 Samuel LepetitUse msg_error_t instead of MSG_error_t
2012-06-29 Samuel LepetitUse msg_task_t instead of m_task_t
2012-06-21 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-06-21 Martin QuinsonDeprecate functions MSG_global_init() / MSG_global_init...
2012-01-30 Marion Guthmullermerge conflict resolved
2012-01-19 Arnaud GierschInline test_all() in masterslave_mailbox.
2012-01-19 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-01-17 navarroCompletely remove channel mecanism with tesh tested...
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-11-22 Marion Guthmullermerge conflicts
2011-11-07 Christophe ThiéryAdd some _XBT_GNUC_UNUSED to avoid compilation warnings...
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-01 thieryRemove side effects from xbt_asserts calls
2011-02-17 agierschUse new style logging macros.
2010-11-30 mquinsondefinitely kill the Horrible Pimple
2010-10-11 alegrandIndent the rest of the code (examples, buildtools,...
2010-08-05 schnorrfix: compilation warnings
2010-08-05 schnorrremoving tracing functions from examples that are not...
2010-04-25 mquinsonFix copyright headers
2010-04-12 schnorrparameter "--trace" to control whether to trace masters...
2010-04-12 schnorrtracing the masterslave_mailbox example
2010-04-01 mquinsonAdd a pimple to get the ability to trace the amount...
2010-03-30 mquinsonRename configuration variables *_model into */model...
2010-03-22 mquinsonless printfs, more proper debug
2010-03-02 mquinsonKill the MSG_paje_output() function. It's a noop since...
2010-01-15 mquinsonadd a proper example of master/slaves, using mailboxes