From: Nick Mathewson Date: Thu, 7 Nov 2019 13:45:08 +0000 (-0500) Subject: ntmain: make service_fns struct anonymous. X-Git-Tag: tor-0.4.3.1-alpha~133^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0644530df2bddf083d355d0b22e6bdc63e61bde1;p=thirdparty%2Ftor.git ntmain: make service_fns struct anonymous. --- diff --git a/src/app/main/ntmain.c b/src/app/main/ntmain.c index 9351d96870..a49dfdbbc9 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; /** @{ */