Nicolas Tsiftes | 5 May 2009 00:29
Picon

contiki-2.x/core/cfs cfs-coffee.h,1.9,1.10

Update of /cvsroot/contiki/contiki-2.x/core/cfs
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23944

Modified Files:
	cfs-coffee.h 
Log Message:
made the documentation more clear.

Index: cfs-coffee.h
===================================================================
RCS file: /cvsroot/contiki/contiki-2.x/core/cfs/cfs-coffee.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** cfs-coffee.h	20 Mar 2009 15:15:43 -0000	1.9
--- cfs-coffee.h	4 May 2009 22:29:48 -0000	1.10
***************
*** 58,64 ****
   *
   * Coffee uses sequential page structures for files. The sequential 
!  * structure can be reserved with a certain size. If no reservation
!  * has been done, files will be set to a default size once opened for
!  * the first time.
   */
  int cfs_coffee_reserve(const char *name, cfs_offset_t size);
--- 58,64 ----
   *
   * Coffee uses sequential page structures for files. The sequential 
!  * structure can be reserved with a certain size. If a file has not 
!  * been reserved when it is opened for the first time, it will be 
(Continue reading)


Gmane