Using and Administering
llfree_job_info frees space for the array and
the job step information used by llsubmit.
void llfree_job_info(LL_job *job_info, int job_version);
- job_info
- Is a pointer to a LL_job structure. Upon return, the
space pointed to by the step_list variable and the space associated
with the LL_job step structures pointed to by the
step_list array are freed. All fields in the
LL_job structure are set to zero.
- job_version
- Is an integer indicating the version of llfree_job_info being
used. This argument should be set to LL_JOB_VERSION which is
defined in the llapi.h header file.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]