Files
mscclpp/src/include/basic_proxy_handler.hpp
2023-04-19 17:11:21 +00:00

13 lines
228 B
C++

#ifndef MSCCLPP_BASIC_PROXY_SERVICE_HPP_
#define MSCCLPP_BASIC_PROXY_SERVICE_HPP_
#include "mscclpp.hpp"
#include "communicator.hpp"
namespace mscclpp {
ProxyHandler makeBasicProxyHandler(Communicator::Impl &comm);
}
#endif