|
From: stanislav s. <sha...@in...> - 2006-05-08 23:14:05
|
"Ivan Beschastnikh" <iv...@cs...> writes: > On 08 May 2006 16:07:01 -0400, stanislav shalunov > <sha...@in...> wrote: > > How would you get access to the stats of a given fd given a fd? > > The X_STATS * x_sockstats(X_SOCKET *skt) > which is the way current draft specifies stats retrieval, would > instead look like this: > > X_STATS x_sockstats(X_FD) Why not just replace ``X_STATS *'' with ``X_STATS'' and ``X_SOCKET *'' with ``X_SOCKET'' throughout? The implementation should then be left free to define X_SOCKET as an integer, no? > Do you mean the proposed textual changes to the API draft? Should I > forward to him my first email with the reasons for the change[s] to > see what he thinks, as he might not be actively monitoring this list. Well, Steven's on vfer-users. -- Stanislav Shalunov http://www.internet2.edu/~shalunov/ I never let school stand in the way of my education. -- Mark Twain |