[1/2] server: Store the time of the socket connection (resend)

Alexandre Julliard julliard at winehq.org
Fri Oct 24 08:16:29 CDT 2014


Bruno Jesus <00cpxxx at gmail.com> writes:

> diff --git a/server/protocol.def b/server/protocol.def
> index fec5e75..1e83862 100644
> --- a/server/protocol.def
> +++ b/server/protocol.def
> @@ -1250,6 +1250,7 @@ enum server_fd_type
>      int family;                 /* family, see socket manpage */
>      int type;                   /* type, see socket manpage */
>      int protocol;               /* protocol, see socket manpage */
> +    unsigned int connect_time;  /* time the socket was connected (tick count) */

There doesn't seem to be any reason to return a tick count (as opposed
to a normal server timestamp).

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list