Loading include/client/rpc/forward_metadata.hpp +0 −1 Viewed Changes for include/client/rpc/forward_metadata.hpp: 0 added lines, 1 removed line. Original line number Diff line number Diff line Loading @@ -86,7 +86,6 @@ forward_mk_symlink(const std::string& path, const std::string& target_path); #endif } // namespace rpc } // namespace gkfs Loading include/client/rpc/rpc_types.hpp +4 −8 Viewed Changes for include/client/rpc/rpc_types.hpp: 4 added lines, 8 removed lines. Original line number Diff line number Diff line Loading @@ -49,8 +49,7 @@ #include <common/common_defs.hpp> #include <common/rpc/rpc_types.hpp> namespace hermes { namespace detail { namespace hermes::detail { struct hg_void_t {}; Loading @@ -62,11 +61,9 @@ hg_proc_void_t(hg_proc_t proc, void* data) { return HG_SUCCESS; } } // namespace detail } // namespace hermes } // namespace hermes::detail namespace gkfs { namespace rpc { namespace gkfs::rpc { //============================================================================== // definitions for fs_config Loading Loading @@ -2283,8 +2280,7 @@ struct chunk_stat { }; }; } // namespace rpc } // namespace gkfs } // namespace gkfs::rpc #endif // GKFS_RPCS_TYPES_HPP include/client/syscalls/args.hpp +2 −6 Viewed Changes for include/client/syscalls/args.hpp: 2 added lines, 6 removed lines. Original line number Diff line number Diff line Loading @@ -47,9 +47,7 @@ #include <fmt/format.h> #include <client/syscalls/detail/syscall_info.h> namespace gkfs { namespace syscall { namespace arg { namespace gkfs::syscall::arg { /** Allowed arg types (based on the values of the corresponding C enum) */ enum class type { Loading Loading @@ -717,9 +715,7 @@ format_arg_to(FmtBuffer& buffer, const printable_arg& parg) { #undef LIKELY #undef UNLIKELY } // namespace arg } // namespace syscall } // namespace gkfs } // namespace gkfs::syscall::arg #endif // GKFS_SYSCALLS_ARGS_HPP Loading include/client/syscalls/decoder.hpp +2 −4 Viewed Changes for include/client/syscalls/decoder.hpp: 2 added lines, 4 removed lines. Original line number Diff line number Diff line Loading @@ -34,8 +34,7 @@ #include <client/syscalls/args.hpp> #include <client/syscalls/rets.hpp> namespace gkfs { namespace syscall { namespace gkfs::syscall { namespace detail { Loading Loading @@ -113,7 +112,6 @@ decode(FmtBuffer& buffer, const long syscall_number, const long argv[MAX_ARGS], ret.formatter<FmtBuffer>()(buffer, result); } } // namespace syscall } // namespace gkfs } // namespace gkfs::syscall #endif // GKFS_SYSCALLS_DECODER_HPP No newline at end of file include/client/syscalls/errno.hpp +2 −4 Viewed Changes for include/client/syscalls/errno.hpp: 2 added lines, 4 removed lines. Original line number Diff line number Diff line Loading @@ -33,8 +33,7 @@ #include <array> #include <string> namespace gkfs { namespace syscall { namespace gkfs::syscall { static const std::array<const char* const, 531> errno_names = { /* [ 0] = */ NULL, Loading Loading @@ -591,7 +590,6 @@ errno_message(int errno_value) { return std::string{msg}; } } // namespace syscall } // namespace gkfs } // namespace gkfs::syscall #endif // GKFS_SYSCALLS_ERRNO_HPP Loading
include/client/rpc/forward_metadata.hpp +0 −1 Viewed Changes for include/client/rpc/forward_metadata.hpp: 0 added lines, 1 removed line. Original line number Diff line number Diff line Loading @@ -86,7 +86,6 @@ forward_mk_symlink(const std::string& path, const std::string& target_path); #endif } // namespace rpc } // namespace gkfs Loading
include/client/rpc/rpc_types.hpp +4 −8 Viewed Changes for include/client/rpc/rpc_types.hpp: 4 added lines, 8 removed lines. Original line number Diff line number Diff line Loading @@ -49,8 +49,7 @@ #include <common/common_defs.hpp> #include <common/rpc/rpc_types.hpp> namespace hermes { namespace detail { namespace hermes::detail { struct hg_void_t {}; Loading @@ -62,11 +61,9 @@ hg_proc_void_t(hg_proc_t proc, void* data) { return HG_SUCCESS; } } // namespace detail } // namespace hermes } // namespace hermes::detail namespace gkfs { namespace rpc { namespace gkfs::rpc { //============================================================================== // definitions for fs_config Loading Loading @@ -2283,8 +2280,7 @@ struct chunk_stat { }; }; } // namespace rpc } // namespace gkfs } // namespace gkfs::rpc #endif // GKFS_RPCS_TYPES_HPP
include/client/syscalls/args.hpp +2 −6 Viewed Changes for include/client/syscalls/args.hpp: 2 added lines, 6 removed lines. Original line number Diff line number Diff line Loading @@ -47,9 +47,7 @@ #include <fmt/format.h> #include <client/syscalls/detail/syscall_info.h> namespace gkfs { namespace syscall { namespace arg { namespace gkfs::syscall::arg { /** Allowed arg types (based on the values of the corresponding C enum) */ enum class type { Loading Loading @@ -717,9 +715,7 @@ format_arg_to(FmtBuffer& buffer, const printable_arg& parg) { #undef LIKELY #undef UNLIKELY } // namespace arg } // namespace syscall } // namespace gkfs } // namespace gkfs::syscall::arg #endif // GKFS_SYSCALLS_ARGS_HPP Loading
include/client/syscalls/decoder.hpp +2 −4 Viewed Changes for include/client/syscalls/decoder.hpp: 2 added lines, 4 removed lines. Original line number Diff line number Diff line Loading @@ -34,8 +34,7 @@ #include <client/syscalls/args.hpp> #include <client/syscalls/rets.hpp> namespace gkfs { namespace syscall { namespace gkfs::syscall { namespace detail { Loading Loading @@ -113,7 +112,6 @@ decode(FmtBuffer& buffer, const long syscall_number, const long argv[MAX_ARGS], ret.formatter<FmtBuffer>()(buffer, result); } } // namespace syscall } // namespace gkfs } // namespace gkfs::syscall #endif // GKFS_SYSCALLS_DECODER_HPP No newline at end of file
include/client/syscalls/errno.hpp +2 −4 Viewed Changes for include/client/syscalls/errno.hpp: 2 added lines, 4 removed lines. Original line number Diff line number Diff line Loading @@ -33,8 +33,7 @@ #include <array> #include <string> namespace gkfs { namespace syscall { namespace gkfs::syscall { static const std::array<const char* const, 531> errno_names = { /* [ 0] = */ NULL, Loading Loading @@ -591,7 +590,6 @@ errno_message(int errno_value) { return std::string{msg}; } } // namespace syscall } // namespace gkfs } // namespace gkfs::syscall #endif // GKFS_SYSCALLS_ERRNO_HPP