View | Details | Raw Unified | Return to ticket 16406 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/slurmctld/licenses.c (-2 / +1 lines)
Lines 1229-1235 extern void slurm_bf_licenses_deduct(bf_licenses_t *licenses, Link Here
1229
}
1229
}
1230
1230
1231
/*
1231
/*
1232
 * Tranfer licenses into the control of a reservation.
1232
 * Transfer licenses into the control of a reservation.
1233
 * Finds the global license, deducts the required number, then assigns those
1233
 * Finds the global license, deducts the required number, then assigns those
1234
 * to a new record locked to that reservation.
1234
 * to a new record locked to that reservation.
1235
 */
1235
 */
1236
- 

Return to ticket 16406