Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
dc69ca1e121fef794d43c727c3eefd3c67e0d05e
[simgrid.git] / src / surf / surfxml_private.h
1 /* Copyright (c) 2016. The SimGrid Team. All rights reserved.               */
2
3 /* This program is free software; you can redistribute it and/or modify it
4  * under the terms of the license (GNU LGPL) which comes with this package. */
5
6 #ifndef SRC_SURF_SURFXML_PRIVATE_H_
7 #define SRC_SURF_SURFXML_PRIVATE_H_
8
9 #include "surf/surfxml_parse.h"
10
11 SG_BEGIN_DECL()
12
13 void sg_platf_trace_connect(sg_platf_trace_connect_cbarg_t trace_connect);
14
15 SG_END_DECL()
16
17 #endif /* SRC_SURF_SURFXML_PRIVATE_H_ */