Talk:Fs.c

From Organic Design wiki
Revision as of 16:31, 29 December 2006 by Bender (talk | contribs) (Caretaker: typo)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Was just looking through Fs.c. If you skip to the bottom it has a jump table to bind the funtions implemented above. Will we need to implement all of these for the p2p fs? So which ones are the important ones? --Rob 21:55, 28 Dec 2006 (NZST)

those seem like pretty standard requirements for an FS probably all would have to be implemented, but for testing many could have fairly null content which just returns the correct kinds of info. --Nad 00:02, 29 Dec 2006 (NZST)

This example forms the basis of our peer-to-peer file system. How this links into Communications needs to be worked out. --Rob 14:52, 12 Nov 2006 (NZDT)


See also:

There is a wikipedia filesystem.

This example is taken from the fuse user space file system package.

Here is a summary of the API calls in this example.