robojeb/AgFS

Make use of the fuse_file_info struct passed in to the open function

MarkCMann opened this issue · 0 comments

We should begin using the fuse_file_info struct to keep track of which servers have open files. We also need to keep a list of all open files on the client and on the server so that way the server can close all connections if the client disconnects, and so that we can remove the files from inactive servers on the client side.