Handle used to access files (and pipes). More...
#include <gnunet_disk_lib.h>
Data Fields | |
int | fd |
File handle on Unix-like systems. More... | |
Handle used to access files (and pipes).
Definition at line 71 of file gnunet_disk_lib.h.
int GNUNET_DISK_FileHandle::fd |
File handle on Unix-like systems.
Definition at line 76 of file gnunet_disk_lib.h.
Referenced by add_without_sets(), create_hostkeys(), destroy_task(), GNUNET_BIO_read_open_file(), GNUNET_BIO_write_open_file(), GNUNET_DISK_file_close(), GNUNET_DISK_get_handle_from_int_fd(), GNUNET_DISK_get_handle_from_native(), GNUNET_SCHEDULER_add_file_with_priority(), GNUNET_TESTING_peer_configure(), print_key(), and read_from_log().