Function client_uunmap(const char *)¶
Defined in File UmapClientManager.cpp
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