Date: Tue, 12 May 1998 10:22:17 +0000 (GMT) From: Luke Kenneth Casson Leighton <lkcl@cb1.com> To: "Christopher R. Hertel" <crh@NTS.Umn.EDU> Subject: Re: CVS update: samba/source/ubiqx In-Reply-To: <199805120251.VAA12492@unet.unet.umn.edu>
On Tue, 12 May 1998, Christopher R. Hertel wrote:
> The ubiqx modules are supposed to work this way. Sure, the AVL and Splay
> trees need the base Binary trees from which they descend, but that's
> because they are descendant types. You can separate them from the
> Linked Lists without breaking anything. The real key is that you can
> separate them from Samba and still use them. I'd like to see us make
> this happen with chunks of Samba, too.
i very much want to see this happen, too. separating routines out into
directories makes you think about this. lib/rpc can exist independently,
if you write some key lib/smb routines too.
for example.
luke