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

jbpf_io_config structuure is not being populated correctly #36

Open
matthewbalkwill opened this issue Jan 22, 2025 · 1 comment
Open

Comments

@matthewbalkwill
Copy link
Collaborator

None of these three parameters are being populated in the jbpf_io_config struct ...
bool has_jbpf_path_namespace;
char jbpf_path[JBPF_RUN_PATH_LEN];
char jbpf_namespace[JBPF_NAMESPACE_LEN];

This results in the default run_path & namespace being used in function jbpf_io_init, even when custom run_path and namespace values have been configured in the main jbpf config fields.

Furthermore, the "has_jbpf_path_namespace" seems pointless, since the run_path namespace will either be set to the default values or custom values, and therefore should be removed.

@doctorlai-msrc
Copy link
Collaborator

Fixed in #37

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

2 participants