Method

FoundryCiRunOptionsset_fds

unstable since: 1.2

Declaration [src]

void
foundry_ci_run_options_set_fds (
  FoundryCiRunOptions* self,
  int stdin_fd,
  int stdout_fd,
  int stderr_fd
)

Description [src]

Sets the borrowed file descriptors used for the run. Passing -1 requests the provider’s default behavior for that stream.

Available since: 1.2

Parameters

stdin_fd

Type: int

Standard input, or -1.

stdout_fd

Type: int

Standard output, or -1.

stderr_fd

Type: int

Standard error, or -1.