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