Changes between Version 27 and Version 28 of ValidationSimple
- Timestamp:
- Sep 15, 2016, 4:49:57 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ValidationSimple
v27 v28 43 43 {{{ 44 44 DB_WORKUNIT wu; 45 wu.lookup_id(result ->workunitid);45 wu.lookup_id(result.workunitid); 46 46 }}} 47 48 '''Note:''' You need commit [[https://github.com/BOINC/boinc/commit/b065526b7eae842997765523f3223138f59f3ab3|b065526]] in order to access result.workunit inside e.g. `init_result()` 47 49 48 50 == Runtime outliers ==