mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-28 20:16:02 +00:00
the previous revision of blackmatch used a file_class to delegate all fuse api operations on files to a specific per-file class, which is an option given by the python-fuse bindings. this is a pre-cursor to the 'split' client/server version, which uses a simple, moreover flat, rpc mechanism to broker access to methods.