Allow multiple atomic transactions to be used with one root object.
authorJ. Ali Harlow <ali@juiblex.co.uk>
Thu, 16 Feb 2012 17:33:47 +0000 (17:33 +0000)
committerJ. Ali Harlow <ali@juiblex.co.uk>
Thu, 16 Feb 2012 17:33:47 +0000 (17:33 +0000)
commit55cb92665bc7c79c81d141f3061e59bb9252b431
tree17f2dac5d5a9e8f5f621100bb5f0ad2c87385133
parent4f7d9d3adcf274ead04e6eb9da4e92e1048de596
Allow multiple atomic transactions to be used with one root object.
This allows transactions that include barriers to be performed
while holding an exclusive system lock.
13 files changed:
configure.ac
librazor/Makefile.am
librazor/atomic-ktm.c
librazor/error.c
librazor/razor-internal.h
librazor/razor.c
librazor/razor.h
librazor/root.c
librazor/rpm.c
librazor/test-lua.c
librazor/util.c
src/main.c
src/rpm.c