diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-02 10:26:40 -0700 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-02 10:51:34 -0700 |
commit | 50f5255a44870863e4a9b6bcb7a62b5319fefd62 (patch) | |
tree | f2612633cfae824810dd8c0c86d7d0beb5cfcdf1 /ChangeLog.rst | |
parent | 1ac9551d9a0a7abdce3dd31dad808c89e0467823 (diff) | |
download | libfuse-50f5255a44870863e4a9b6bcb7a62b5319fefd62.tar.gz |
Introduce separate mount/umount functions for low-level API.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r-- | ChangeLog.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index 28888bf..87ceae9 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,11 @@ Unreleased Changes ================== +* There are now new `fuse_session_unmount` and `fuse_session_mount` + functions that should be used in the low-level API. The + `fuse_mount` and `fuse_unmount` functions should be used with the + high-level API only. + * The ``fuse_lowlevel_notify_*`` functions now all take a `struct fuse_session` parameter instead of a `struct fuse_chan`. |