Method

SysprofRecordingdup_fd

Declaration [src]

int
sysprof_recording_dup_fd (
  SysprofRecording* self
)

Description [src]

Duplicates the FD that is being used for writing the recording. This can be useful if you want to open the recording using a SysprofDocumentLoader.

Return value

Type: int

A FD that the caller should close() when no longer in use.