Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use gras_exit, not only xbt_exit
[simgrid.git] / examples / ping / ping.c
2004-12-14 mquinsonuse gras_exit, not only xbt_exit
2004-12-10 mquinsonuse gras_init. xbt_init is not enough
2004-12-09 mquinsonfix (C) dates
2004-12-08 alegrandFixed licence and copyright. No more reference to da...
2004-11-03 alegrandRenamed any gras stuff that was in xbt and should there...
2004-11-02 mquinsonStar eradication
2004-10-04 mquinsonInterface revolution: do not try to survive to malloc...
2004-09-09 mquinson - Reduce the number of system headers loaded, overloa...
2004-08-18 mquinsonapply last API modification
2004-07-27 mquinsonTake the gras.h from the current dir, not the installed one
2004-07-22 mquinsonMove Virtu functions into the gras_os_ namespace
2004-07-22 mquinsonRemove the useless last argument of msgtype_declare
2004-07-13 mquinsonLet the client to wait a bit on startup so that it...
2004-07-11 mquinsonThe server timeouts after a while instead of running...
2004-07-06 mquinsonexit gras in server, and say process are done when...
2004-07-06 mquinsonEradicate fprintf, use proper logging function
2004-07-06 mquinsonEach process have to run gras_init/exit (one day, they...
2004-07-05 mquinsonPlug memleaks on exit (I know, it's useless)
2004-07-03 mquinsonLet it work in RL (yuhu)
2004-06-21 mquinsoncosmetics
2004-06-11 mquinson [Data description]
2004-04-26 mquinsonWork to port on new API, to be terminated
2004-01-27 mquinsonInitial revision