Changes between Version 17 and Version 18 of AssignedWork
- Timestamp:
- May 27, 2014, 9:34:08 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AssignedWork
v17 v18 88 88 int restrict_wu_to_user(DB_WORKUNIT& wu, int userid); 89 89 }}} 90 91 === Implementation notes === 92 93 When a targeted job is created, the workunit.transitioner_flags field 94 is set to TRANSITION_NO_NEW_RESULTS. 95 This tells the transitioner to not create instances of the job; 96 the scheduler does that. 97 The transitioner does, however, check for completion and error cases.