Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
changing type of offset parameter in file_seek from sg_size_t to the
authorsuter <frederic.suter@cc.in2p3.fr>
Tue, 27 May 2014 08:38:11 +0000 (10:38 +0200)
committersuter <frederic.suter@cc.in2p3.fr>
Tue, 27 May 2014 15:06:24 +0000 (17:06 +0200)
commit0e543d081879517e1b52c18b6cb38f43ad229bdd
tree9c7be14fca2d3fc84d992f58086c95065f812da3
parentf741dad0926a35b69c285129f86e6b8200b3ef73
changing type of offset parameter in file_seek from sg_size_t to the
newly added sg_offset_t type. This allows users to move backwards in
file as in the real fseek function.
14 files changed:
include/msg/msg.h
include/simgrid/platf.h
include/simgrid/simix.h
src/include/surf/surf.h
src/msg/msg_io.c
src/simix/simcalls.in
src/simix/simcalls.py
src/simix/smx_io.c
src/simix/smx_io_private.h
src/simix/smx_smurf_private.h
src/simix/smx_user.c
src/surf/surf_c_bindings.cpp
src/surf/workstation_interface.cpp
src/surf/workstation_interface.hpp