Function

Phoshcreate_shm_file

Declaration [src]

int
phosh_create_shm_file (
  off_t size
)

Description [src]

Create a shared memory file of the given size.

Parameters

size off_t
 

The file size.

Return value

Returns: int
 

A file descriptor on success or -1 on error.