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

call_info update #867

Merged
merged 1 commit into from
Nov 15, 2023
Merged

Conversation

taclane
Copy link
Contributor

@taclane taclane commented Nov 14, 2023

The Call_Data_t struct currently does not contain the internal system number on which a call occurred. Should plugins wish to use API functions to look up additional information related to a completed call, they cannot do so without some form of "reverse lookup" by shortName which is not guaranteed to be a unique identifier.

Including the internal system number in completed call data would allow direct and unique access to related system information through a simple numerical comparison.

@robotastic
Copy link
Owner

That makes sense - good add

@robotastic robotastic merged commit 837a057 into robotastic:master Nov 15, 2023
1 check passed
@taclane taclane deleted the Call_Data_t-system branch November 16, 2023 16:41
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.

None yet

2 participants