Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Be consistent in the function naming for the solvers
Baptiste Daroussin committed 5 years ago
commit bd08b3be9283e36b590cfe30ce987a55a40e6eda
parent d50f736
1 file changed +2 -2
modified libpkg/pkg_jobs.c
@@ -1739,7 +1739,7 @@ pkg_jobs_apply_replacements(struct pkg_jobs *j)
}

static int
-
solve_with_cudf_solver(struct pkg_jobs *j, const char *solver)
+
solve_with_external_cudf_solver(struct pkg_jobs *j, const char *solver)
{
	int ret, pstatus;
	FILE *spipe[2];
@@ -1819,7 +1819,7 @@ pkg_jobs_solve(struct pkg_jobs *j)

	if (ret == EPKG_OK) {
		if (cudf_solver != NULL) {
-
			ret = solve_with_cudf_solver(j, cudf_solver);
+
			ret = solve_with_external_cudf_solver(j, cudf_solver);
		} else {
again:
			pkg_jobs_universe_process_upgrade_chains(j);