X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1fc042e8bc9c51f9267fa1936deaebe59ae01ee7..1b2975e32481a9b38fe38af90db86ac5c54d8e59:/src/simix/smx_io_private.hpp diff --git a/src/simix/smx_io_private.hpp b/src/simix/smx_io_private.hpp index 05846b7350..8cf9f003b2 100644 --- a/src/simix/smx_io_private.hpp +++ b/src/simix/smx_io_private.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-2019. 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. */ @@ -7,14 +7,8 @@ #define SIMIX_IO_PRIVATE_HPP #include +#include "simgrid/s4u/Io.hpp" -#include "popping_private.hpp" -#include "simgrid/simix.h" - -XBT_PRIVATE smx_activity_t SIMIX_file_read(surf_file_t fd, sg_size_t size); -XBT_PRIVATE smx_activity_t SIMIX_file_write(surf_file_t fd, sg_size_t size); - -XBT_PRIVATE void SIMIX_io_destroy(smx_activity_t synchro); XBT_PRIVATE void SIMIX_io_finish(smx_activity_t synchro); #endif