mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
Merge "pjsip_scheduler.c: Fix ao2 usage errors." into 13
This commit is contained in:
@@ -1702,7 +1702,7 @@ struct ast_sip_sched_task;
|
||||
*
|
||||
*/
|
||||
struct ast_sip_sched_task *ast_sip_schedule_task(struct ast_taskprocessor *serializer,
|
||||
int interval, ast_sip_task sip_task, char *name, void *task_data,
|
||||
int interval, ast_sip_task sip_task, const char *name, void *task_data,
|
||||
enum ast_sip_scheduler_task_flags flags);
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user