mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-04 03:20:33 +00:00
res_sorcery_memory_cache: Backport to 13
Gerrit is complaining of conflicts when trying to create a patch series of all of the cherry-picked master commits, so I have instead squashed it all into one commit. ASTERISK-25067 #close Reported by: Matt Jordan Change-Id: I6dda90343fae24a75dc5beec84980024e8d61eb9
This commit is contained in:
committed by
Mark Michelson
parent
7ff1ac8797
commit
b74b071369
@@ -2356,3 +2356,8 @@ int ast_sorcery_is_object_field_registered(const struct ast_sorcery_object_type
|
||||
ao2_cleanup(object_field);
|
||||
return res;
|
||||
}
|
||||
|
||||
const char *ast_sorcery_get_module(const struct ast_sorcery *sorcery)
|
||||
{
|
||||
return sorcery->module_name;
|
||||
}
|
||||
|
Reference in New Issue
Block a user