24 Oct
2014
24 Oct
'14
2:16 p.m.
Bruno Jesus <00cpxxx(a)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(a)winehq.org