Skip to content

log refresh and deadline activity #886

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 2, 2025
Merged

log refresh and deadline activity #886

merged 5 commits into from
Jul 2, 2025

Conversation

scareything
Copy link
Member

No description provided.

@scareything scareything requested a review from a team as a code owner July 2, 2025 14:05
@scareything scareything force-pushed the auth.refresh.logging branch from 12dc9f1 to 72ec6db Compare July 2, 2025 14:35
@@ -431,7 +431,8 @@ int ztx_init_external_auth(ziti_context ztx, const ziti_jwt_signer *signer);
void ztx_auth_state_cb(void *, ziti_auth_state , const void *);
ziti_channel_t * ztx_get_channel(ziti_context ztx, const ziti_edge_router *er);

void ztx_set_deadline(ziti_context ztx, uint64_t timeout, deadline_t *d, void (*cb)(void *), void *ctx);
#define ztx_set_deadline(ztx, timeout, d, cb, ctx) do_ztx_set_deadline((ztx), (timeout), (d), (cb), (#cb), (ctx))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you want to add __FILE__ to cb name to disambiguate?
something like __FILE__ ":" # cb

@scareything scareything force-pushed the auth.refresh.logging branch from b54b0c4 to 5999b2e Compare July 2, 2025 15:59
@scareything scareything merged commit de7ae7f into main Jul 2, 2025
13 checks passed
@scareything scareything deleted the auth.refresh.logging branch July 2, 2025 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants