[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] ntmain: make service_fns struct anonymous.
commit 0644530df2bddf083d355d0b22e6bdc63e61bde1
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
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 mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits