mirror of
https://github.com/samba-team/samba.git
synced 2025-11-22 16:23:49 +03:00
r12116: got rid of composite_trigger_done() and composite_trigger_error(), and
instead make the normal composite_done() and composite_error() functions automatically trigger a delayed callback if the caller has had no opportunity to setup a async callback this removes one of the common mistakes in writing a composite function
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
99cf7dbb17
commit
f9413ce792
@@ -57,4 +57,6 @@ struct composite_context {
|
||||
void (*fn)(struct composite_context *);
|
||||
void *private_data;
|
||||
} async;
|
||||
|
||||
BOOL used_wait;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user