This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository tor.
commit 273227afe1c56ca93ab8c0e3e034bcf28c51e5ef Author: friendly73 friendly73@x.x AuthorDate: Sat Apr 15 14:48:30 2023 +0000
Forgot about the stub names --- src/feature/relay/relay_stub.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/feature/relay/relay_stub.c b/src/feature/relay/relay_stub.c index e21ea97f79..4531096316 100644 --- a/src/feature/relay/relay_stub.c +++ b/src/feature/relay/relay_stub.c @@ -22,25 +22,25 @@ const struct subsys_fns_t sys_relay = { };
void -increment_est_intro_action(est_intro_action_t action) +relay_increment_est_intro_action(est_intro_action_t action) { (void)action; }
void -increment_est_rend_action(est_rend_action_t action) +relay_increment_est_rend_action(est_rend_action_t action) { (void)action; }
void -increment_intro1_action(intro1_action_t action) +relay_increment_intro1_action(intro1_action_t action) { (void)action; }
void -increment_rend1_action(rend1_action_t action) +relay_increment_rend1_action(rend1_action_t action) { (void)action; }