[tor-commits] [tor/master] ntmain: make service_fns struct anonymous.

teor at torproject.org teor at torproject.org
Mon Nov 18 01:22:08 UTC 2019


commit 0644530df2bddf083d355d0b22e6bdc63e61bde1
Author: Nick Mathewson <nickm at 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;
 
   /** @{ */





More information about the tor-commits mailing list