Method

SysprofSpawnableset_starting_fd

Declaration [src]

void
sysprof_spawnable_set_starting_fd (
  SysprofSpawnable* self,
  gint starting_fd
)

Description [src]

Sets the next FD number to use when mapping a child FD. This helps in situations where the embedder knows that some lower-numbered FDs will be taken and therefore unknown to the spawnable.

The default for this is 2.

Parameters

starting_fd

Type: gint

No description available.