options_rexec
define statements used by ls_rexecv. More...
Defines
#define REXF_USEPTY 0x00000001 #define REXF_CLNTDIR 0x00000002 #define REXF_TASKPORT 0x00000004 #define REXF_SHMODE 0x00000008 #define REXF_TASKINFO 0x00000010 #define REXF_REQVCL 0x00000020 #define REXF_SYNCNIOS 0x00000040 #define REXF_TTYASYNC 0x00000080 #define REXF_STDERR 0x00000100 #define REXF_UNLINK_CHILD 0x00000200 #define REXF_DELETE_CHILD 0x00000400 #define REXF_WRITE_ACCT 0x00000800 #define REXF_CHILD_SIGKILL 0x00001000 Detailed Description
define statements used by ls_rexecv.Define Documentation
#define REXF_USEPTY 0x00000001 Use a remote pseudo-terminal.
#define REXF_CLNTDIR 0x00000002 Use the local client's current working directory as the current working directory for remote execution (see ls_chdir).
#define REXF_TASKPORT 0x00000004 Request the remote RES to create a task port and return its number to the LSLIB.
The application program can later call ls_conntaskport to connect to the port.
#define REXF_SHMODE 0x00000008 Enable shell mode support if the REXF_USEPTY flag is also given.
This flag is ignored if REXF_USEPTY is not given. This flag should be specified for submitting interactive shells, or applications which redefine the ctrl-C and ctrl-Z keys (e.g., jove).
#define REXF_TASKINFO 0x00000010 Request remote to forward the task information.
#define REXF_REQVCL 0x00000020 Rex sets plugin option.
#define REXF_SYNCNIOS 0x00000040 NIOS synchronize IO.
#define REXF_TTYASYNC 0x00000080 Asyncronous rtty_.
#define REXF_STDERR 0x00000100 Enable STDERR support.
#define REXF_UNLINK_CHILD 0x00000200 Res unlink child.
#define REXF_DELETE_CHILD 0x00000400 Res deletes child.
#define REXF_WRITE_ACCT 0x00000800 Res writes acct file before exit.
#define REXF_CHILD_SIGKILL 0x00001000 Has sent SIGKILL to child.
Date Modified: 16 Jul 2014
Terms of Use
Copyright © 1994-2014 International Business Machines Corp.
US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.