mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 18:55:19 +00:00 
			
		
		
		
	* Constify the uid field of channel datastores
* Convert some spaces to tabs in func_volume * Add a note in channel.h making it clear that none of the datastore API calls lock the channel they are given, so the channel should be locked before calling the functions that take a channel argument. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81260 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -58,8 +58,8 @@ static void destroy_callback(void *data) | ||||
|  | ||||
| /*! \brief Static structure for datastore information */ | ||||
| static const struct ast_datastore_info volume_datastore = { | ||||
|         .type = "volume", | ||||
|         .destroy = destroy_callback | ||||
| 	.type = "volume", | ||||
| 	.destroy = destroy_callback | ||||
| }; | ||||
|  | ||||
| static int volume_callback(struct ast_audiohook *audiohook, struct ast_channel *chan, struct ast_frame *frame, enum ast_audiohook_direction direction) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user