Add handle attribute to pmdb_t struct
commitc47d25d74be9ce1fbbfb8577687d9f37ba38d98b
authorDan McGee <dan@archlinux.org>
Fri, 3 Jun 2011 17:06:25 +0000 (3 12:06 -0500)
committerDan McGee <dan@archlinux.org>
Fri, 3 Jun 2011 17:06:25 +0000 (3 12:06 -0500)
tree6f09de2695287954f8f83a6dae22e00463f31e78
parent2102d1a2eb6cb9db674fd76aa7aa3192befad733
Add handle attribute to pmdb_t struct

This is the first step in a long process to remove our dependence on the
global handle variable we currently share in libalpm, with the goal to
make things a bit more thread-safe and re-entrant.

Signed-off-by: Dan McGee <dan@archlinux.org>
lib/libalpm/alpm.h
lib/libalpm/be_local.c
lib/libalpm/be_sync.c
lib/libalpm/db.h
lib/libalpm/handle.h