Difference between revisions of "Talk:Fs.c"

From Organic Design wiki
m
m
Line 5: Line 5:
 
----
 
----
 
Here is a summary of the API calls in this example.
 
Here is a summary of the API calls in this example.
<table id='expandable'><tr><td>
+
<table class=expandable title="function headers"><tr><td>
 
<pre>
 
<pre>
 
static int xmp_getattr(const char *path, struct stat *stbuf)
 
static int xmp_getattr(const char *path, struct stat *stbuf)

Revision as of 01:56, 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.