ucnwld

Description

Function ucnwld is called whenever the Scheduler creates a new load.

Synopsis


#include "factor.h"

void ucnwld(ldp)

LOAD *ldp;    /* Pointer to the load just created. */

Returns

Nothing.

Note: New loads are created when jobs are released and at the following operations: BATCH and ACCUMULATE/SPLIT (These types are created under the covers).
Note: This function is typically used to attach auxiliary data to the new load.