aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-12-01 16:07:36 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-12-01 16:07:36 +0100
commit9073495591ce4f63a533a1a0f6064c097e9a86c0 (patch)
tree7386738b36f61f00eff6a94c30435055b288c159
parent622f0f0b118d9a5b94f01a07f40191e7888b2c4a (diff)
downloadperl-URPM-9073495591ce4f63a533a1a0f6064c097e9a86c0.tar
perl-URPM-9073495591ce4f63a533a1a0f6064c097e9a86c0.tar.gz
perl-URPM-9073495591ce4f63a533a1a0f6064c097e9a86c0.tar.bz2
perl-URPM-9073495591ce4f63a533a1a0f6064c097e9a86c0.tar.xz
perl-URPM-9073495591ce4f63a533a1a0f6064c097e9a86c0.zip
explain
-rw-r--r--URPM.xs1
1 files changed, 1 insertions, 0 deletions
diff --git a/URPM.xs b/URPM.xs
index daf4988..c273550 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -1214,6 +1214,7 @@ ts_nosignature(rpmts ts) {
return rpmtsSetVSFlags(ts, _RPMVSF_NODIGESTS | _RPMVSF_NOSIGNATURES);
}
+/* we don't use the header arg, but we do use $urpm passed in data by Trans_run() -> rpmtsSetNotifyCallback() */
static void *rpmRunTransactions_callback(__attribute__((unused)) const void *h,
const rpmCallbackType what,
const rpm_loff_t amount,