Loading include/client/preload.hpp +1 −6 Original line number Diff line number Diff line Loading @@ -74,16 +74,11 @@ at_child_syscall(); void at_parent_syscall(); void at_fork(); void at_child(); void at_parent(); void at_fork_syscall(); void at_child_syscall(); void at_parent_syscall(); #endif // IOINTERCEPT_PRELOAD_HPP src/client/preload.cpp +0 −13 Original line number Diff line number Diff line Loading @@ -495,19 +495,6 @@ gkfs_end() { return 0; } void at_fork_syscall() { destroy_preload(); } void at_parent_syscall() { init_preload(); } void at_child_syscall() { init_preload(); /** * @brief Automatically launch init/destroy * NOTES: this is not called, in the child of a fork Loading Loading
include/client/preload.hpp +1 −6 Original line number Diff line number Diff line Loading @@ -74,16 +74,11 @@ at_child_syscall(); void at_parent_syscall(); void at_fork(); void at_child(); void at_parent(); void at_fork_syscall(); void at_child_syscall(); void at_parent_syscall(); #endif // IOINTERCEPT_PRELOAD_HPP
src/client/preload.cpp +0 −13 Original line number Diff line number Diff line Loading @@ -495,19 +495,6 @@ gkfs_end() { return 0; } void at_fork_syscall() { destroy_preload(); } void at_parent_syscall() { init_preload(); } void at_child_syscall() { init_preload(); /** * @brief Automatically launch init/destroy * NOTES: this is not called, in the child of a fork Loading