Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simplify the simcall stack for file unlink
authorsuter <frederic.suter@cc.in2p3.fr>
Tue, 11 Jun 2013 12:59:53 +0000 (14:59 +0200)
committersuter <frederic.suter@cc.in2p3.fr>
Tue, 11 Jun 2013 12:59:53 +0000 (14:59 +0200)
commita7708e874685bdc7a883c4c9c09f37f0e39dca44
treec29f68bb035095c8dddc5ff2bc9644bf6d513b26
parentdcb640a0f47e6b4c563eae670b9c72a0f9b7474a
simplify the simcall stack for file unlink
there are still a few leaks: as unlink does not totally destroy the
data structures. If the same file descriptor is reopened (new file is
created), here comes the leak ...
src/include/surf/surf.h
src/msg/msg_io.c
src/simix/smx_io.c
src/simix/smx_io_private.h
src/simix/smx_smurf_private.h
src/surf/storage.c
src/surf/storage_private.h
src/surf/workstation.c