mirror of
https://github.com/samba-team/samba.git
synced 2025-11-26 04:23:49 +03:00
r13992: change the way ldb_async_wait() works.
I think I should change the name of this function to ldb_async_process(), any opinions ?
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
988ea27e22
commit
3347322d13
@@ -61,7 +61,7 @@ struct ldb_module_ops {
|
||||
int (*start_transaction)(struct ldb_module *);
|
||||
int (*end_transaction)(struct ldb_module *);
|
||||
int (*del_transaction)(struct ldb_module *);
|
||||
int (*async_wait)(struct ldb_module *, struct ldb_async_handle *, enum ldb_async_wait_type);
|
||||
int (*async_wait)(struct ldb_async_handle *, enum ldb_async_wait_type);
|
||||
};
|
||||
|
||||
typedef int (*ldb_connect_fn) (struct ldb_context *ldb, const char *url, unsigned int flags, const char *options[]);
|
||||
|
||||
Reference in New Issue
Block a user