Further generalize the rpmlock interface
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 22 Apr 2010 08:01:27 +0000 (11:01 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 22 Apr 2010 08:01:27 +0000 (11:01 +0300)
commit1f625e69e9609bedde9b071d87849ed518b43d22
tree7df5410a2cf1a2bd92634c3a6d63858a97d49922
parentd2810bdc527a5dbe03c15291dd50a0cdfca79319
Further generalize the rpmlock interface
- Move transaction lock path handling into rpmts.c, export new low
  level rpmlockAcquire() function to actually grab a lock
- Rename rpmtsFreeLock() to rpmlockFree() and return NULL in the
  general rpm style
lib/rpmlock.c
lib/rpmlock.h
lib/rpmts.c
lib/rpmts_internal.h
lib/transaction.c