<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2011-10-25)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>

        * libfs/src/imfs/imfs.h: Add IMFS_memfile_maximum_size.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2969&r2=text&tr2=1.2970&diff_format=h">M</a></td><td width='1%'>1.2970</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/imfs/imfs.h.diff?r1=text&tr1=1.51&r2=text&tr2=1.52&diff_format=h">M</a></td><td width='1%'>1.52</td><td width='100%'>cpukit/libfs/src/imfs/imfs.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2969 rtems/cpukit/ChangeLog:1.2970
--- rtems/cpukit/ChangeLog:1.2969       Tue Oct 25 02:45:46 2011
+++ rtems/cpukit/ChangeLog      Tue Oct 25 22:49:27 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-10-26    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * libfs/src/imfs/imfs.h: Add IMFS_memfile_maximum_size.
+
</font> 2011-10-25        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * rtems/Makefile.am: Add src/status.c.

<font color='#006600'>diff -u rtems/cpukit/libfs/src/imfs/imfs.h:1.51 rtems/cpukit/libfs/src/imfs/imfs.h:1.52
--- rtems/cpukit/libfs/src/imfs/imfs.h:1.51     Fri Jun 24 12:52:56 2011
+++ rtems/cpukit/libfs/src/imfs/imfs.h  Tue Oct 25 22:49:27 2011
</font><font color='#997700'>@@ -303,6 +303,12 @@
</font> 
 extern void IMFS_dump( void );
 
<font color='#000088'>+/*
+ * Return the size of the largest file which can be created
+ * using the IMFS memory file type.
+ */
+extern int IMFS_memfile_maximum_size( void );
+
</font> extern void IMFS_initialize_jnode(
   IMFS_jnode_t        *the_jnode,
   IMFS_jnode_types_t   type,
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>