Difference between revisions of "Talk:Fs.c"

From Organic Design wiki
m
m
Line 3: Line 3:
 
This example is taken from the fuse user space file system  package.
 
This example is taken from the fuse user space file system  package.
 
*http://fuse.sourceforge.net/
 
*http://fuse.sourceforge.net/
----
+
 
 
Here is a summary of the API calls in this example.
 
Here is a summary of the API calls in this example.
 
<table class=expandable title="function headers"><tr><td>
 
<table class=expandable title="function headers"><tr><td>

Revision as of 01:57, 12 November 2006

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)


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

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