diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-02 21:48:47 -0700 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-02 21:48:47 -0700 |
commit | 2ac973ef4c7dfaae96df864dd50eedaad54a04f3 (patch) | |
tree | 431035c2a5d7d994dae2a59ef8864435dc8d3207 /ChangeLog.rst | |
parent | e18ecf33cf819a5f71ef3721513ac5936a43518b (diff) | |
download | libfuse-2ac973ef4c7dfaae96df864dd50eedaad54a04f3.tar.gz |
Added fuse_session_fd()
Fixes #59.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r-- | ChangeLog.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index 9afc173..b93cbb9 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -84,6 +84,9 @@ Unreleased Changes File systems that use `fuse_main` are not affected by this change. + For integration with custom event loops, the new `fuse_session_fd` + function provides the file descriptor that's used for communication + with the kernel. * Added *clone_fd* option. This creates a separate device file descriptor for each processing thread, which might improve |