Changes between Version 21 and Version 22 of WorkGeneration
- Timestamp:
- Feb 19, 2008, 9:52:29 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkGeneration
v21 v22 150 150 // 151 151 int create_work( 152 DB_WORKUNIT& ,152 DB_WORKUNIT& wu, 153 153 const char* wu_template, // contents, not path 154 154 const char* result_template_filename, // relative to project root … … 163 163 The ''name'' and ''appid'' fields of the DB_WORKUNIT structure must always be initialized. 164 164 Other job parameters may be passed either in the DB_WORKUNIT structure or in the input template file (the latter has priority). 165 On a successful return, wu.id contains the database ID of the workunit. 165 166 166 167 === Making one workunit === #cpp-one