Changes between Version 7 and Version 8 of BossaExampleTwo
- Timestamp:
- Jul 30, 2008, 1:55:34 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BossaExampleTwo
v7 v8 19 19 == Setup == 20 20 21 Create an application named '''bossa_example 3'''.21 Create an application named '''bossa_example2'''. 22 22 Create some jobs: 23 23 {{{ 24 php bossa_example_make_jobs --app_name bossa_example 3--dir example24 php bossa_example_make_jobs --app_name bossa_example2 --dir example 25 25 }}} 26 26 27 27 == Callback functions == 28 28 29 The callback functions follow: 29 The file [source:/trunk/boinc/html/inc/bossa_example2.inc html/inc/bossa_example2.inc] 30 contains the application's callback functions: 31 30 32 {{{ 31 33 30 function job_issued($job, $inst, $user) {