Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / src / surf / surf_private.hpp
1 /* Copyright (c) 2004-2018. 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 SURF_SURF_PRIVATE_HPP
7 #define SURF_SURF_PRIVATE_HPP
8
9 #include "simgrid/forward.h"
10 #include "xbt/sysdep.h"
11
12 /* Generic functions common to all models */
13
14 XBT_PRIVATE FILE* surf_fopen(std::string name, const char* mode);
15 XBT_PRIVATE std::ifstream* surf_ifsopen(std::string name);
16
17 XBT_PRIVATE void check_disk_attachment();
18
19 #endif