Skip to content

Resolve "`ADM_adhoc_resources_t` should be an explicit argument of `ADM_register_adhoc_storage()` rather than a parameter of `adhoc_ctx`"

This MR modifies the API calls ADM_register_adhoc_storage() so that the storage resources required for the adhoc instance are passed as an explicit argument rather than as part of the adhoc's execution context.

Following this line, it also modifies ADM_update_adhoc_storage() in so that the adhoc resources can be modified dynamically, rather than the execution context which is left as a static property.

Closes #106 (closed)

Edited by Alberto Miranda

Merge request reports