Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : create subdir for chord example with liveness model-checking
[simgrid.git] / examples / msg / mc / chord / chord_liveness.h
diff --git a/examples/msg/mc/chord/chord_liveness.h b/examples/msg/mc/chord/chord_liveness.h
new file mode 100644 (file)
index 0000000..e522b77
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef _CHORD_LIVENESS_H
+#define _CHORD_LIVENESS_H
+
+int predJoin(void);
+
+#endif