"Erich E. Hoover" <ehoover(a)mines.edu> writes:
> Real Name:
> Erich Hoover
>
> Description:
> This patch implements storing of internal information about a
> socket. The intent for this approach is to add a dynamic mechanism to
> permit the storage of various variables that are accessible in user
> space, such as storing of the connect() time (part 2).
That's ugly, you don't need an arbitrary opaque variable storage
mechanism. Just store the connect time and return it as such. Besides,
you don't even need to set it from the client side, the server is
notified on connect.
--
Alexandre Julliard
julliard(a)winehq.org