/* Copyright 2018-2019, Barcelona Supercomputing Center (BSC), Spain Copyright 2015-2019, Johannes Gutenberg Universitaet Mainz, Germany This software was partially supported by the EC H2020 funded project NEXTGenIO (Project ID: 671951, www.nextgenio.eu). This software was partially supported by the ADA-FS project under the SPPEXA project funded by the DFG. SPDX-License-Identifier: MIT */ #ifndef GEKKOFS_MARGO_RPC_MANAGMENT_HPP #define GEKKOFS_MARGO_RPC_MANAGMENT_HPP namespace rpc_send { bool get_fs_config(); } // end namespace rpc_send #endif //GEKKOFS_MARGO_RPC_NANAGMENT_HPP