Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
James Lowden
OpenLDAP
Commits
ae11f31c
Commit
ae11f31c
authored
May 25, 2021
by
Nadezhda Ivanova
Committed by
Quanah Gibson-Mount
May 25, 2021
Browse files
ITS#9555 Changed alignment in the default definitions block to tabs instead of spaces
parent
4840d03e
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-asyncmeta/back-asyncmeta.h
View file @
ae11f31c
...
...
@@ -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
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment