diff options
author | Simo Sorce <idra@samba.org> | 2008-10-15 14:03:20 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2008-10-16 13:42:22 -0400 |
commit | 8b0afbc4aa94628290d74165cab6bec97c7e532b (patch) | |
tree | 11d9529563f88a929de1ff44364be0d5864031bd /ldb/ldb_tdb/ldb_tdb.h | |
parent | f11b502bf535ff5e09e595dbb95d9bdd5e2e7857 (diff) | |
download | sssd-8b0afbc4aa94628290d74165cab6bec97c7e532b.tar.gz sssd-8b0afbc4aa94628290d74165cab6bec97c7e532b.tar.bz2 sssd-8b0afbc4aa94628290d74165cab6bec97c7e532b.zip |
Transform the sequence_number operation into a normal extended operation as it should always have been. Make it also async so that it is not a special case.
(Sync from upstream)
Diffstat (limited to 'ldb/ldb_tdb/ldb_tdb.h')
-rw-r--r-- | ldb/ldb_tdb/ldb_tdb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ldb/ldb_tdb/ldb_tdb.h b/ldb/ldb_tdb/ldb_tdb.h index 223181ca..61e90bcc 100644 --- a/ldb/ldb_tdb/ldb_tdb.h +++ b/ldb/ldb_tdb/ldb_tdb.h @@ -112,6 +112,8 @@ int ltdb_filter_attrs(struct ldb_message *msg, const char * const *attrs); int ltdb_search(struct ltdb_context *ctx); /* The following definitions come from lib/ldb/ldb_tdb/ldb_tdb.c */ +int ltdb_lock_read(struct ldb_module *module); +int ltdb_unlock_read(struct ldb_module *module); struct TDB_DATA ltdb_key(struct ldb_module *module, struct ldb_dn *dn); int ltdb_store(struct ldb_module *module, const struct ldb_message *msg, int flgs); int ltdb_delete_noindex(struct ldb_module *module, struct ldb_dn *dn); |