GNUnet 0.21.1
GNUNET_DISK_PipeHandle Struct Reference

Handle used to manage a pipe. More...

Collaboration diagram for GNUNET_DISK_PipeHandle:
[legend]

Data Fields

struct GNUNET_DISK_FileHandlefd [2]
 File descriptors for the pipe. More...
 

Detailed Description

Handle used to manage a pipe.

Definition at line 67 of file disk.c.

Field Documentation

◆ fd

struct GNUNET_DISK_FileHandle* GNUNET_DISK_PipeHandle::fd[2]

File descriptors for the pipe.

One or both of them could be NULL.

Definition at line 73 of file disk.c.

Referenced by GNUNET_DISK_pipe(), and GNUNET_DISK_pipe_from_fd().


The documentation for this struct was generated from the following file: