mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
further cleanop of previous commits
This commit is contained in:
parent
f5fcd2c169
commit
85c9a7b4c5
@ -140,7 +140,7 @@ typedef struct slap_retry_info_t {
|
||||
/*
|
||||
* Hook to allow mucking with ldapinfo_t when quarantine is over
|
||||
*/
|
||||
typedef int (*ldap_back_quarantine_f)(struct ldapinfo_t *, void *);
|
||||
typedef int (*ldap_back_quarantine_f)( struct ldapinfo_t *, void * );
|
||||
|
||||
typedef struct ldapinfo_t {
|
||||
/* li_uri: the string that goes into ldap_initialize()
|
||||
|
@ -266,7 +266,7 @@ typedef struct metacandidates_t {
|
||||
/*
|
||||
* Hook to allow mucking with metainfo_t/metatarget_t when quarantine is over
|
||||
*/
|
||||
typedef int (*meta_back_quarantine_f)(struct metainfo_t *, int target, void *);
|
||||
typedef int (*meta_back_quarantine_f)( struct metainfo_t *, int target, void * );
|
||||
|
||||
typedef struct metainfo_t {
|
||||
int mi_ntargets;
|
||||
@ -289,7 +289,7 @@ typedef struct metainfo_t {
|
||||
|
||||
#define META_BACK_QUARANTINE(mi) ( (mi)->mi_quarantine.ri_num != NULL )
|
||||
meta_back_quarantine_f mi_quarantine_f;
|
||||
meta_back_quarantine_f mi_quarantine_p;
|
||||
void *mi_quarantine_p;
|
||||
|
||||
unsigned mi_flags;
|
||||
#define li_flags mi_flags
|
||||
|
Loading…
Reference in New Issue
Block a user