mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
ITS#9555 Changed alignment in the default definitions block to tabs instead of spaces
This commit is contained in:
parent
915e515970
commit
b92b03373b
@ -326,15 +326,15 @@ typedef struct a_metatarget_t {
|
||||
#define META_BACK_TGT_NOREFS(mt) META_BACK_TGT_ISSET( (mt), LDAP_BACK_F_NOREFS )
|
||||
#define META_BACK_TGT_NOUNDEFFILTER(mt) META_BACK_TGT_ISSET( (mt), LDAP_BACK_F_NOUNDEFFILTER )
|
||||
|
||||
#define META_BACK_CFG_MAX_PENDING_OPS 0x80
|
||||
#define META_BACK_CFG_MAX_TARGET_CONNS 0xFF
|
||||
#define META_BACK_CFG_DEFAULT_OPS_TIMEOUT 0x02
|
||||
#define META_BACK_CFG_MAX_PENDING_OPS 0x80
|
||||
#define META_BACK_CFG_MAX_TARGET_CONNS 0xFF
|
||||
#define META_BACK_CFG_DEFAULT_OPS_TIMEOUT 0x02
|
||||
|
||||
/* the interval of the timeout checking loop in microseconds
|
||||
* possibly make this configurable? */
|
||||
#define META_BACK_CFG_MAX_TIMEOUT_LOOP 0x70000
|
||||
#define META_BACK_CFG_MAX_TIMEOUT_LOOP 0x70000
|
||||
slap_mask_t mt_rep_flags;
|
||||
int mt_timeout_ops;
|
||||
int mt_timeout_ops;
|
||||
} a_metatarget_t;
|
||||
|
||||
typedef struct a_metadncache_t {
|
||||
|
Loading…
Reference in New Issue
Block a user