Function init_umap_client(const char *)

Function Documentation

void init_umap_client(const char *sock_path)

init_umap_client initializes connection with an already running mpumap service

Parameters

sock_path – Path to Unix Domain socket hosted by target mpumap service. When a NULL value is passed, a default UMAP_SERVER_PATH is used

Returns

Exits if it fails to connect to the service.