Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

process.h

Go to the documentation of this file.
00001 #ifndef PROCESS_H
00002 #define PROCESS_H
00003 
00004 #include <sys/wait.h>
00005 
00022 struct process_info {
00023         pid_t         pid;    
00024         int           status; 
00025         struct rusage rusage; 
00026 };
00027 
00038 struct process_info * process_wait( int timeout );
00039 
00045 int process_pending();
00046 
00051 void process_putback( struct process_info *p );
00052 
00053 
00054 
00055 #endif

Generated on Mon Oct 19 10:08:14 2009 for cctools by  doxygen 1.3.9.1