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
Please register or sign in to comment