Changes between Version 21 and Version 22 of WorkGeneration


Ignore:
Timestamp:
Feb 19, 2008, 9:52:29 AM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkGeneration

    v21 v22  
    150150//
    151151int create_work(
    152     DB_WORKUNIT&,
     152    DB_WORKUNIT& wu,
    153153    const char* wu_template,                  // contents, not path
    154154    const char* result_template_filename,     // relative to project root
     
    163163The ''name'' and ''appid'' fields of the DB_WORKUNIT structure must always be initialized.
    164164Other job parameters may be passed either in the DB_WORKUNIT structure or in the input template file (the latter has priority).
     165On a successful return, wu.id contains the database ID of the workunit.
    165166
    166167=== Making one workunit === #cpp-one