]> granicus.if.org Git - neomutt/commit
Convert raw_socket_poll() to use gettimeofday().
authorKevin McCarthy <kevin@8t8.us>
Fri, 28 Jul 2017 17:54:51 +0000 (10:54 -0700)
committerRichard Russon <rich@flatcap.org>
Thu, 3 Aug 2017 15:56:12 +0000 (16:56 +0100)
commit1f32c0bd6c750f4bb9a664b40e87532cd7369702
tree681151e64ec0a88d5e42f519c2280f063861bd18
parent64a58521149601999b0d9e5ff4b0f39ef549a066
Convert raw_socket_poll() to use gettimeofday().

As long as gettimeofday() is supported, it's better to be consistent
within mutt and ensure greater portability.

Change the raw_socket_poll() wait timer to count milliseconds, like
the mutt_progess_update() code.

Thanks to Vincent Lefèvre for his, as always, invaluable advice.
mutt_socket.c