diff options
author | Simo Sorce <ssorce@redhat.com> | 2009-02-25 19:36:43 -0500 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2009-02-26 18:31:52 -0500 |
commit | 60bbc5034e546b7df7a6f782e3353b863f49618b (patch) | |
tree | cb8e8fc899c38ec78e71068c4b59ab8bb643117f /server/db/sysdb_sync.c | |
parent | 89579fee5961b1dccfd59b431f0fbe160cacc2b7 (diff) | |
download | sssd-60bbc5034e546b7df7a6f782e3353b863f49618b.tar.gz sssd-60bbc5034e546b7df7a6f782e3353b863f49618b.tar.bz2 sssd-60bbc5034e546b7df7a6f782e3353b863f49618b.zip |
Serialize access to sysdb and also exposes ldb transactions.
This is necessary because in ldb only 1 transaction per context is possible
and all operations (or new transactions) are nested within it.
Will revisit this later when ldb will addresses the problem.
Diffstat (limited to 'server/db/sysdb_sync.c')
-rw-r--r-- | server/db/sysdb_sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/db/sysdb_sync.c b/server/db/sysdb_sync.c index f2c992fc..1910e9fc 100644 --- a/server/db/sysdb_sync.c +++ b/server/db/sysdb_sync.c @@ -20,7 +20,7 @@ */ #include "util/util.h" -#include "db/sysdb.h" +#include "db/sysdb_private.h" #include <time.h> /* the following are all SYNCHRONOUS calls |