Function

Phoshcreate_shm_file

since: 0

Declaration [src]

int
phosh_create_shm_file (
  off_t size
)

Description [src]

Create a shared memory file of the given size.

Available since: 0

Parameters

size

Type: off_t

The file size.

Return value

Type: int

A file descriptor on success or -1 on error.