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

Type: off_t

The file size.

Return value

Type: int

A file descriptor on success or -1 on error.