pmem2_source_get_fd()
reads file descriptor of the data source
- Provided by: libpmem2-dev (Version: 1.13.1-1.1ubuntu2)
- Source: pmdk
- Report a bug
reads file descriptor of the data source
#include <libpmem2.h>
int pmem2_source_get_fd(const struct pmem2_source *src, int *fd);
The pmem2_source_get_fd() function reads the file descriptor of *struct pmem2_source** object describing the data source and returns it by fd parameter.
This function is Linux only, on Windows use pmem2_source_get_handle(3).
The pmem2_source_get_fd() function returns 0 on success or a negative error code on failure.
The pmem2_source_get_fd() can fail with the following errors:
pmem2_source_get_handle(3), libpmem2(7) and <https://pmem.io>