1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-26 04:23:49 +03:00

r16036: Add a couple of new functions to corretly deal with timeouts.

Check timeouts are correctly verified.
Some minor fixed and removal of unused code.
This commit is contained in:
Simo Sorce
2006-06-04 05:28:13 +00:00
committed by Gerald (Jerry) Carter
parent f72079029a
commit b52e5d6a0c
19 changed files with 126 additions and 106 deletions

View File

@@ -113,6 +113,8 @@ struct ldb_context {
int transaction_active;
int default_timeout;
/* a backend supplied highestCommittedUSN function */
uint64_t (*sequence_number)(struct ldb_context *);
};