#include <mt_gem.h>
Data Fields | |
char * | newcmd |
long | psetlimit |
long | prenice |
char * | defdir |
char * | env |
short | uid |
short | gid |
|
points to a character string containing the default directory for the application begin launched. only used if the extended mode SW_DEFDIR is set |
|
points to a valid environment string for the process only used if the extended mode SW_ENVIRON is set |
|
New child's GID (group id) only used if the extended mode SW_GID is set |
|
points to the filename formatted in the manner indicated above |
|
contains the process priority of the process to launch only used if the extended mode SW_PRENICE is set |
|
contains the maximum memory size available to the process only used if the extended mode SW_PSETLIMIT is set |
|
New child's UID (user id) only used if the extended mode SW_UID is set |