Skip to content
Commit 74d42921 authored by Alberto Miranda's avatar Alberto Miranda
Browse files

Merge branch...

Merge branch 'amiranda/106-adm_adhoc_resources_t-should-be-an-explicit-argument-of-adm_register_adhoc_storage-rather-than' into 'main'

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

See merge request !84
parents 0a272ea1 1b55c623
Pipeline #3531 passed with stages
in 4 minutes and 48 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment