Merge "loader: Add volatile to resource_being_loaded." into 15

15.6
Jenkins2 8 years ago committed by Gerrit Code Review
commit aee3230c29

@ -198,7 +198,7 @@ static AST_DLLIST_HEAD_STATIC(reload_queue, reload_queue_item);
*
* This is protected by the module_list lock.
*/
static struct ast_module *resource_being_loaded;
static struct ast_module * volatile resource_being_loaded;
/*!
* \internal

Loading…
Cancel
Save