[BACK]Return to proc.h CVS log [TXT][DIR] Up to [local] / prex-old / include / server

Diff for /prex-old/include/server/proc.h between version 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2008/06/03 10:38:44 version 1.1.1.1.2.1, 2008/08/13 17:12:27
Line 37 
Line 37 
 #define PS_GETPPID      0x00000101  #define PS_GETPPID      0x00000101
 #define PS_GETPGID      0x00000102  #define PS_GETPGID      0x00000102
 #define PS_SETPGID      0x00000103  #define PS_SETPGID      0x00000103
 #define PS_FORK         0x00000104  #define PS_SETSID       0x00000104
 #define PS_EXIT         0x00000105  #define PS_GETSID       0x00000105
 #define PS_STOP         0x00000106  #define PS_FORK         0x00000106
 #define PS_WAITPID      0x00000107  #define PS_EXIT         0x00000107
 #define PS_KILL         0x00000108  #define PS_STOP         0x00000108
 #define PS_EXEC         0x00000109  #define PS_WAITPID      0x00000109
 #define PS_PSTAT        0x0000010A  #define PS_KILL         0x0000010A
 #define PS_SETINIT      0x0000010B  #define PS_EXEC         0x0000010B
 #define PS_REGISTER     0x0000010C  #define PS_PSTAT        0x0000010C
   #define PS_SETINIT      0x0000010D
   #define PS_REGISTER     0x0000010E
   
 #endif /* !_SRV_PROC_H */  #endif /* !_SRV_PROC_H */

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

CVSweb