Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Basic infrastructure for a real model-checker process
[simgrid.git] / src / mc / mc_client.h
diff --git a/src/mc/mc_client.h b/src/mc/mc_client.h
new file mode 100644 (file)
index 0000000..d013a17
--- /dev/null
@@ -0,0 +1,20 @@
+/* Copyright (c) 2015. The SimGrid Team.
+ * All rights reserved.                                                     */
+
+/* This program is free software; you can redistribute it and/or modify it
+ * under the terms of the license (GNU LGPL) which comes with this package. */
+
+#ifndef MC_CLIENT_H
+#define MC_CLIENT_H
+
+#include <xbt/misc.h>
+
+SG_BEGIN_DECL()
+
+void MC_client_init(void);
+void MC_client_hello(void);
+void MC_client_handle_messages(void);
+
+SG_END_DECL()
+
+#endif