summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb.h
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2010-03-21 00:59:30 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-04-12 09:22:16 -0400
commit9db5a5140356479a58f2e7212fc5c4ad6135bb7f (patch)
tree85d65e015f099a1d2c6e9e1cf07e94a7c630c25f /src/db/sysdb.h
parente5e32021c23f3726d68ee756e8e3de48b3214063 (diff)
downloadsssd_unused-9db5a5140356479a58f2e7212fc5c4ad6135bb7f.tar.gz
sssd_unused-9db5a5140356479a58f2e7212fc5c4ad6135bb7f.tar.xz
sssd_unused-9db5a5140356479a58f2e7212fc5c4ad6135bb7f.zip
sysydb: Finally stop using a common event context
This commit completes the migration to a synchronous sysdb
Diffstat (limited to 'src/db/sysdb.h')
-rw-r--r--src/db/sysdb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/db/sysdb.h b/src/db/sysdb.h
index 65e72141..5b6f2189 100644
--- a/src/db/sysdb.h
+++ b/src/db/sysdb.h
@@ -223,7 +223,6 @@ int sysdb_transaction_cancel(struct sysdb_ctx *ctx);
* call this function *only* once to initialize the database and get
* the sysdb ctx */
int sysdb_init(TALLOC_CTX *mem_ctx,
- struct tevent_context *ev,
struct confdb_ctx *cdb,
const char *alt_db_path,
bool allow_upgrade,
@@ -231,7 +230,6 @@ int sysdb_init(TALLOC_CTX *mem_ctx,
/* used to initialize only one domain database.
* Do NOT use if sysdb_init has already been called */
int sysdb_domain_init(TALLOC_CTX *mem_ctx,
- struct tevent_context *ev,
struct sss_domain_info *domain,
const char *db_path,
struct sysdb_ctx **_ctx);