#include "client.h" #include #include rpc::client & get_client() { static rpc::client c(hwd::config::host(), hwd::config::port()); return c; }