Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't use %t in log format, but %P; revalidate the output after listener introduction
[simgrid.git] / src / amok / amok_modinter.h
1 /* $Id$ */
2
3 /* amok modinter - interface to AMOK modules initialization and such        */
4
5 /* Copyright (c) 2006 Martin Quinson. All rights reserved.                  */
6
7 /* This program is free software; you can redistribute it and/or modify it
8  * under the terms of the license (GNU LGPL) which comes with this package. */
9
10 #ifndef AMOK_BASE_H
11 #define AMOK_BASE_H
12
13 void amok_init(void);
14 void amok_exit(void);
15
16 /* module creation functions */
17 void amok_pm_modulecreate(void);
18
19 #endif /* AMOK_BASE_H */