mirror of
https://github.com/samba-team/samba.git
synced 2025-11-18 00:23:50 +03:00
r13609: Get in the initial work on making ldb async
Currently only ldb_ildap is async, the plan is to first make all backend support the async calls, and then remove the sync functions from backends and keep the only in the API. Modules will need to be transformed along the way. Simo
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
d0b8957f38
commit
1e2c13b2d5
@@ -42,8 +42,10 @@ struct ldap_request {
|
||||
DATA_BLOB data;
|
||||
struct {
|
||||
void (*fn)(struct ldap_request *);
|
||||
void *private;
|
||||
void *private_data;
|
||||
} async;
|
||||
|
||||
struct timed_event *time_event;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user