moss.fs
Interface MProcFSIf


public interface MProcFSIf

This interface allows various parts of the (MOSS) kernel to provide information to other processes via the "process" file-system (generally mounted on /proc).


Method Summary
 java.lang.String readproc(MInode inode, java.lang.String name)
          called to read data
 

Method Detail

readproc

java.lang.String readproc(MInode inode,
                          java.lang.String name)
called to read data

Parameters:
inode - MProcFS inode associated with the file
name - filename in the proc filesystem
Returns:
String containing the data