commit 0644530df2bddf083d355d0b22e6bdc63e61bde1 Author: Nick Mathewson nickm@torproject.org Date: Thu Nov 7 08:45:08 2019 -0500
ntmain: make service_fns struct anonymous. --- src/app/main/ntmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/app/main/ntmain.c b/src/app/main/ntmain.c index 9351d9687..a49dfdbbc 100644 --- a/src/app/main/ntmain.c +++ b/src/app/main/ntmain.c @@ -66,7 +66,7 @@ static int nt_service_cmd_stop(void);
/** Struct to hold dynamically loaded NT-service related function pointers. */ -struct service_fns { +struct { int loaded;
/** @{ */
tor-commits@lists.torproject.org