Commit 9f800d35 authored by Ramon Nou's avatar Ramon Nou Committed by Ramon Nou
Browse files

gkfwd leftover

parent 4d4fa030
Loading
Loading
Loading
Loading
+0 −27
Original line number Diff line number Diff line
@@ -54,30 +54,3 @@ target_sources(
         syscalls/detail/syscall_info.h
)
if(GKFS_ENABLE_FORWARDING)
  target_sources(
    gkfwd_intercept
    PUBLIC gkfs_functions.hpp
           env.hpp
           hooks.hpp
           intercept.hpp
           logging.hpp
           make_array.hpp
           open_file_map.hpp
           open_dir.hpp
           path.hpp
           preload.hpp
           preload_context.hpp
           preload_util.hpp
           rpc/rpc_types.hpp
           rpc/forward_management.hpp
           rpc/forward_metadata.hpp
           rpc/forward_data.hpp
           syscalls/args.hpp
           syscalls/decoder.hpp
           syscalls/errno.hpp
           syscalls/rets.hpp
           syscalls/syscall.hpp
           syscalls/detail/syscall_info.h
  )
endif()
+2 −17
Original line number Diff line number Diff line
@@ -38,21 +38,6 @@ target_sources(
         handler/rpc_util.hpp
)

if(GKFS_ENABLE_FORWARDING)
  target_sources(
    gkfwd_daemon
    PUBLIC daemon.hpp
           util.hpp
           ops/data.hpp
           ops/metadentry.hpp
           classes/fs_data.hpp
           classes/rpc_data.hpp
           handler/rpc_defs.hpp
           handler/rpc_util.hpp
  )

if(GKFS_ENABLE_AGIOS)
  target_sources(gkfwd_daemon PUBLIC scheduler/agios.hpp)
endif()

endif()