Archive Index
This month's Index
|
Subject: Re: [libssh2] introducing maketgz
Re: [libssh2] introducing maketgz
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sat, 21 Jul 2007 15:03:22 +0200 (CEST)
On Fri, 20 Jul 2007, James Housley wrote:
>> But how would you fix the existing one? We should at least make it C89...
The poll function allows the caller to check multiple ssh connections so it
But I thought some more about this problem and I think we should rather not
1) for pre-C99 compilers we set a fixed max amount of file descriptors (like
2) for C99 compilers we use the existing method
(the compiler compliance check would of course have to be made by configure)
This has the advantage that it maintains the exact same API but only
Comments?
-------------------------------------------------------------------------
|