From 2ac973ef4c7dfaae96df864dd50eedaad54a04f3 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sun, 2 Oct 2016 21:48:47 -0700 Subject: Added fuse_session_fd() Fixes #59. --- ChangeLog.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog.rst') 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 -- cgit v1.2.3