Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new tracing options to reduce the size of the traces
[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