Handle used to manage a pipe. More...
Data Fields | |
struct GNUNET_DISK_FileHandle * | fd [2] |
File descriptors for the pipe. More... | |
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 74 of file disk.c.
Referenced by GNUNET_DISK_pipe(), and GNUNET_DISK_pipe_from_fd().