mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-31 18:55:19 +00:00
Make sure it's a const
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3557 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -100,7 +100,7 @@ struct ast_channel {
|
|||||||
/*! Lock, can be used to lock a channel for some operations */
|
/*! Lock, can be used to lock a channel for some operations */
|
||||||
ast_mutex_t lock;
|
ast_mutex_t lock;
|
||||||
/*! Procedure causing blocking */
|
/*! Procedure causing blocking */
|
||||||
char *blockproc;
|
const char *blockproc;
|
||||||
|
|
||||||
/*! Current application */
|
/*! Current application */
|
||||||
char *appl;
|
char *appl;
|
||||||
|
|||||||
Reference in New Issue
Block a user