tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit dd5dda78f66c6ab6708cbac898c9f6a2d21162ef
parent 25354171b598653d5d6cb9cd80ea78d891144156
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon, 16 Dec 2019 13:11:06 -0500

timers.h: add declaration for timeval.

This frees us from some dependencies on include order.

Diffstat:
Msrc/lib/evloop/timers.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/lib/evloop/timers.h b/src/lib/evloop/timers.h @@ -13,6 +13,7 @@ #include "lib/testsupport/testsupport.h" struct monotime_t; +struct timeval; typedef struct timeout tor_timer_t; typedef void (*timer_cb_fn_t)(tor_timer_t *, void *, const struct monotime_t *);