comparison scid/db.h @ 41:00b9af607524

scid: implement /jobresults/id page
author David Demelier <markand@malikania.fr>
date Tue, 09 Aug 2022 14:52:34 +0200
parents 1d0ddf9e6efd
children 576f4b1ec79f
comparison
equal deleted inserted replaced
40:752bb1cd2dd8 41:00b9af607524
111 * 111 *
112 * \param job_id the job id 112 * \param job_id the job id
113 * \return the JSON model or NULL on failure 113 * \return the JSON model or NULL on failure
114 */ 114 */
115 json_t * 115 json_t *
116 db_jobresult_list_by_job_group(intmax_t); 116 db_jobresult_list_by_job_group(intmax_t job_id);
117 117
118 /** 118 /**
119 * Get a list of job results realized by this worker. 119 * Get a list of job results realized by this worker.
120 * 120 *
121 * \pre worker != NULL 121 * \pre worker != NULL