Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
jobs: document pkg_job_universe_item data structure
Isaac Freund committed 1 year ago
commit afe80f12bad019016d240466330e01c172f8550a
parent 27b0e2b
1 file changed +5 -0
modified libpkg/private/pkg_jobs.h
@@ -39,6 +39,11 @@
struct pkg_jobs;
struct job_pattern;

+
/*
+
 * Each item in pkg_jobs_universe->items is the head of a doubly linked list
+
 * and has inhash set to true. Other items with the same uid are added to
+
 * this doubly linked list and have inhash set to false.
+
 */
struct pkg_job_universe_item {
	struct pkg *pkg;
	int priority;