CVS update: samba/source/include

tridge at samba.anu.edu.au tridge at samba.anu.edu.au
Sun Aug 16 14:07:57 EST 1998


Date:	Sunday August 16, 1998 @ 14:07
Author:	tridge

Update of /data/cvs/samba/source/include
In directory samba:/tmp/cvs-serv19460

Modified Files:
	proto.h smb.h 
Log Message:
got rid of the Files[] array completely (previously I'd just made it
private to files.c)

It now is a doubly linked list with a bitmap for allocated file
numbers. Similarly for the fd_ptr code. I also changed the default
maximum number of open files to 4096. The static cost is 1 bit per
file.

It all seems to work, and it passes the "does Sue scream" test, but if
you see weird behaviour then please investigate. With the volume of
new code that has gone in there are bound to be one or two bugs
lurking. 

note that you must do a "make clean" before building this as many data
structures have changed in size.



More information about the samba-cvs mailing list