mirror of
https://github.com/samba-team/samba.git
synced 2025-12-03 04:23:50 +03:00
r23364: add LDB_FLG_NOMMAP flag
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
e4955c729f
commit
0c3442c68b
@@ -232,6 +232,11 @@ struct ldb_utf8_fns {
|
||||
*/
|
||||
#define LDB_FLG_RECONNECT 4
|
||||
|
||||
/**
|
||||
Flag to tell backends not to use mmap
|
||||
*/
|
||||
#define LDB_FLG_NOMMAP 8
|
||||
|
||||
/*
|
||||
structures for ldb_parse_tree handling code
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user