fuse_lowlevel_notify_*: take struct fuse_session instead of struct fuse_chan
authorNikolaus Rath <Nikolaus@rath.org>
Sun, 18 Sep 2016 02:29:19 +0000 (19:29 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Wed, 28 Sep 2016 03:45:26 +0000 (20:45 -0700)
commit595a6eda0c2230a712290096d504621bf0e9bcab
treeaf777e6f01ac35d96f8509b5fe753641ac45790e
parenteb61e2b18fe969002a8221cc2ad1e251474e0c94
fuse_lowlevel_notify_*: take struct fuse_session instead of struct fuse_chan

The only struct fuse_chan that's available to the user application is
the one that is returned by fuse_mount. However, this is also
permanently available from struct fuse_session.

A later patch will therefore remove struct fuse_chan from the
public API completely. This patch prepares for this by changing the
fuse_lowlevel_notify_* functions to take a struct fuse_session
parameter instead of a struct fuse_chan parameter.
ChangeLog.rst
include/fuse_lowlevel.h
lib/fuse_lowlevel.c