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

[C] add a call to init the new fields in the logbuffer metadata #1717

Merged
merged 3 commits into from
Jan 15, 2025

Conversation

nbradac
Copy link
Contributor

@nbradac nbradac commented Jan 15, 2025

No description provided.

Comment on lines +126 to +132
AERON_SET_ERR(
EINVAL,
"%s=" PRIu64 " cannot be less than the %s=" PRIu64,
AERON_URI_PUBLICATION_WINDOW_KEY,
value,
AERON_URI_MTU_LENGTH_KEY,
params->mtu_length);

Check notice

Code scanning / CodeQL

Too many arguments to formatting function Note

Format for aeron_err_set (in a macro expansion) expects 2 arguments but given 4
Comment on lines +138 to +144
AERON_SET_ERR(
EINVAL,
"%s=" PRIu64 " must not exceed half the %s=" PRIu64,
AERON_URI_PUBLICATION_WINDOW_KEY,
value,
AERON_URI_TERM_LENGTH_KEY,
params->term_length);

Check notice

Code scanning / CodeQL

Too many arguments to formatting function Note

Format for aeron_err_set (in a macro expansion) expects 2 arguments but given 4
@nbradac nbradac marked this pull request as ready for review January 15, 2025 21:20
@vyazelenko vyazelenko merged commit b5ccbce into real-logic:master Jan 15, 2025
37 checks passed
DarrylGamroth pushed a commit to New-Earth-Lab/aeron that referenced this pull request Jan 22, 2025
…-logic#1717)

* [C] add a call to init the new fields in the logbuffer metadata

* [C] implement aeron_uri_get_publication_window_length_param

* [C] implement the last 4 missing bits of metadata
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