[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor] 06/10: Added void stubs for the relay metrics functions to fix building without relay module



This is an automated email from the git hooks/post-receive script.

dgoulet pushed a commit to branch main
in repository tor.

commit 5b76ce184315cdca4e5b63909a453249d4908027
Author: friendly73 <friendly73@x.x>
AuthorDate: Fri Mar 24 15:21:40 2023 +0000

    Added void stubs for the relay metrics functions to fix building without relay module
---
 src/feature/relay/relay_stub.c | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/src/feature/relay/relay_stub.c b/src/feature/relay/relay_stub.c
index c7ac9093fa..aebf1e2613 100644
--- a/src/feature/relay/relay_stub.c
+++ b/src/feature/relay/relay_stub.c
@@ -19,3 +19,27 @@ const struct subsys_fns_t sys_relay = {
   .supported = false,
   .level = RELAY_SUBSYS_LEVEL,
 };
+
+void
+increment_est_intro_action(est_intro_action_t action)
+{
+  (void)action;
+}
+
+void
+increment_est_rend_action(est_rend_action_t action)
+{
+  (void)action;
+}
+
+void
+increment_intro1_action(intro1_action_t action)
+{
+  (void)action;
+}
+
+void
+increment_rend1_action(rend1_action_t action)
+{
+  (void)action;
+}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits