1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

need LOCKING_OBJ in locktest now

(This used to be commit 89e7199445)
This commit is contained in:
Andrew Tridgell 2000-05-04 06:57:26 +00:00
parent 876dd8d9aa
commit a7820eb9af
2 changed files with 8 additions and 4 deletions

View File

@ -270,7 +270,7 @@ SMBTORTURE_OBJ = utils/torture.o utils/nbio.o $(LIBSMB_OBJ) $(PARAM_OBJ) \
MASKTEST_OBJ = utils/masktest.o $(LIBSMB_OBJ) $(PARAM_OBJ) \
$(UBIQX_OBJ) $(LIB_OBJ)
LOCKTEST_OBJ = utils/locktest.o $(LIBSMB_OBJ) $(PARAM_OBJ) \
LOCKTEST_OBJ = utils/locktest.o $(LOCKING_OBJ) $(LIBSMB_OBJ) $(PARAM_OBJ) \
$(UBIQX_OBJ) $(LIB_OBJ)
RPCTORTURE_OBJ = utils/rpctorture.o \

View File

@ -37,7 +37,7 @@ static BOOL analyze;
#define READ_PCT 50
#define LOCK_PCT 25
#define UNLOCK_PCT 65
#define RANGE_MULTIPLE 1
#define RANGE_MULTIPLE 32
struct record {
char r1, r2;
@ -47,13 +47,17 @@ struct record {
};
static struct record preset[] = {
#if 1
#if 0
{36, 5, 1, 1, 1, 2, 1},
{ 2, 6, 0, 1, 0, 2, 1},
{53, 92, 1, 1, 0, 0, 1},
{99, 11, 1, 1, 2, 1, 1},
#endif
};
{36, 5, 1, 1, 1888, 960, 1},
{47, 23, 0, 1, 0, 2176, 1},
{84, 95, 1, 1, 3072, 96, 1},
{65, 14, 0, 0, 2752, 352, 1},
};
static struct record *recorded;