Function client_uunmap(const char *)

Function Documentation

int client_uunmap(const char *filename)

init_umap_client Removes the mapping from the client process’ address space.

Parameters

filename – Path to file that has previously been mapped by client_umap call.

Returns

Return -1 on error, 0 On Success