Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid into...
[simgrid.git] / examples / msg / mc / chord / chord_liveness.h
1 #ifndef _CHORD_LIVENESS_H
2 #define _CHORD_LIVENESS_H
3
4 int predJoin(void);
5
6 #endif