Skip to content
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

compilation error/incorrect prototype the function "lsquic_logger_init" #534

Open
marakew opened this issue Feb 20, 2025 · 0 comments
Open

Comments

@marakew
Copy link

marakew commented Feb 20, 2025

enum or unsigned ?
this is produce compilation error
different prototype the function
i think better for lsquic.h will be change from enum to unsigned

lsquic/include/lsquic.h

Lines 1934 to 1935 in 7686d8f

void lsquic_logger_init(const struct lsquic_logger_if *, void *logger_ctx,
enum lsquic_logger_timestamp_style);

lsquic_logger_init (const struct lsquic_logger_if *lif, void *lctx,
unsigned llts)

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

No branches or pull requests

1 participant