|
From: Ivan B. <iv...@cs...> - 2006-05-08 23:46:15
|
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) It can return a pointer to an allocated structure but (as I said in the first email), to me it would seem like a better idea to return the full data structure rather than a ptr to it. > Can you send Steven textual changes? 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. |