Internal DISK related helper functions. More...
#include "gnunet_util_lib.h"
Go to the source code of this file.
Functions | |
int | GNUNET_DISK_internal_file_handle_ (const struct GNUNET_DISK_FileHandle *fh, void *dst, size_t dst_len) |
Retrieve OS file handle. More... | |
Internal DISK related helper functions.
Definition in file disk.h.
int GNUNET_DISK_internal_file_handle_ | ( | const struct GNUNET_DISK_FileHandle * | fh, |
void * | dst, | ||
size_t | dst_len | ||
) |
Retrieve OS file handle.
fh | GNUnet file descriptor |
dst | destination buffer |
dst_len | length of dst |
Definition at line 1617 of file disk.c.
References GNUNET_break, GNUNET_DISK_PIPE_END_READ, GNUNET_DISK_PIPE_END_WRITE, and p.
Referenced by GNUNET_NETWORK_fdset_handle_set(), and start_process().