Unverified Commit 79152e5d authored by Tommaso Tocci's avatar Tommaso Tocci
Browse files

rpc refactoring: cleanup includes for data RPCs

parent 97f60f26
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -2,18 +2,6 @@
#ifndef IFS_PRELOAD_C_DATA_WS_HPP
#define IFS_PRELOAD_C_DATA_WS_HPP

extern "C" {
#include <abt.h>
#include <mercury_types.h>
#include <mercury_proc_string.h>
#include <margo.h>
}

#include <global/rpc/rpc_types.hpp>
#include <preload/preload.hpp>

#include <iostream>

ssize_t rpc_send_write(const std::string& path, const void* buf, const bool append_flag, const off64_t in_offset,
                       const size_t write_size, const int64_t updated_metadentry_size);

+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
#include <preload/preload.hpp>
#include <preload/resolve.hpp>
#include <global/rpc/distributor.hpp>
#include "global/rpc/rpc_types.hpp"
#include <preload/rpc/ld_rpc_management.hpp>
#include <preload/rpc/ld_rpc_data_ws.hpp>
#include <preload/passthrough.hpp>
+1 −1
Original line number Diff line number Diff line
#include <global/configure.hpp>
#include <preload/preload_util.hpp>
#include <preload/rpc/ld_rpc_data_ws.hpp>
#include <global/rpc/rpc_utils.hpp>
#include "global/rpc/rpc_types.hpp"
#include <global/rpc/distributor.hpp>
#include <global/chunk_calc_util.hpp>