Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Check if the host is down after a execute in SIMIX_execution_finish (to avoid the...
[simgrid.git] / src / xbt / automaton / automaton_create.h
1 /*  xbt/automaton/automaton_create.h -- büchi automaton                                      */
2
3 /* Copyright (c) 2011. The SimGrid Team.
4  * All rights reserved.                                                     */
5
6 /* This program is free software; you can redistribute it and/or modify it
7  * under the terms of the license (GNU LGPL) which comes with this package. */
8
9 #ifndef _AUTOMATON_CREATE_H
10 #define _AUTOMATON_CREATE_H
11
12 xbt_automaton_t xbt_create_automaton(const char *file);
13
14 #endif