Searched defs:script_info (Results 1 – 2 of 2) sorted by relevance
87 typedef struct script_info { struct92 rcm_queue_t queue;94 rcm_queue_t drreq_q; /* queue head for current dr'ed resources */96 module_t *module;97 rcm_handle_t *hdl;99 char *script_full_name; /* name of the script including path */100 char *script_name; /* name of the script without path component */107 int pipe1[2];108 int pipe2[2];110 pid_t pid; /* process id of the script process */[all …]
426 script_info(module_t *module) in script_info() function