summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb.h
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2010-03-11 23:33:20 -0500
committerStephen Gallagher <sgallagh@redhat.com>2010-04-12 09:22:15 -0400
commit7db27a6090eafc8a4f76d25c464d1341b8dc5b8a (patch)
treedc04256d4940bc9a8decb5d044f1f8c7bc30e155 /src/db/sysdb.h
parentd8d877a5fcde1defdd1a438df020e087339873a0 (diff)
downloadsssd-7db27a6090eafc8a4f76d25c464d1341b8dc5b8a.tar.gz
sssd-7db27a6090eafc8a4f76d25c464d1341b8dc5b8a.tar.xz
sssd-7db27a6090eafc8a4f76d25c464d1341b8dc5b8a.zip
sysdb: remove async transactions
not used anymore
Diffstat (limited to 'src/db/sysdb.h')
-rw-r--r--src/db/sysdb.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/db/sysdb.h b/src/db/sysdb.h
index 6091e892c..7da98fa84 100644
--- a/src/db/sysdb.h
+++ b/src/db/sysdb.h
@@ -222,25 +222,6 @@ int sysdb_transaction_start(struct sysdb_ctx *ctx);
int sysdb_transaction_commit(struct sysdb_ctx *ctx);
int sysdb_transaction_cancel(struct sysdb_ctx *ctx);
-
-struct tevent_req *sysdb_transaction_send(TALLOC_CTX *mem_ctx,
- struct tevent_context *ev,
- struct sysdb_ctx *ctx);
-int sysdb_transaction_recv(struct tevent_req *req, TALLOC_CTX *memctx,
- struct sysdb_handle **handle);
-
-struct tevent_req *sysdb_transaction_commit_send(TALLOC_CTX *mem_ctx,
- struct tevent_context *ev,
- struct sysdb_handle *handle);
-int sysdb_transaction_commit_recv(struct tevent_req *req);
-
-
-/* default transaction commit receive function.
- * This function does not use the request state so it is safe to use
- * from any caller */
-void sysdb_transaction_complete(struct tevent_req *subreq);
-
-
/* Sysdb initialization.
* call this function *only* once to initialize the database and get
* the sysdb ctx */