mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	loader: Add dependency fields to module structures.
* Declare 'requires' and 'enhances' text fields on module info structure. * Rename 'nonoptreq' to 'optional_modules'. * Update doxygen comments. Still need to investigate dependencies among modules I cannot compile. Change-Id: I3ad9547a0a6442409ff4e352a6d897bef2cc04bf
This commit is contained in:
		| @@ -1613,5 +1613,5 @@ AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_DEFAULT, "Asterisk ADSI Programmin | ||||
| 	.support_level = AST_MODULE_SUPPORT_EXTENDED, | ||||
| 	.load = load_module, | ||||
| 	.unload = unload_module, | ||||
| 	.nonoptreq = "res_adsi", | ||||
| 	.requires = "res_adsi", | ||||
| ); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user