#include <monitor.h>
Data Fields | |
char | filename_base [FILENAME_MAX] |
int | filename_changed |
char * | format |
int | joinfiles |
char | read_filename [FILENAME_MAX] |
struct ast_filestream * | read_stream |
enum AST_MONITORING_STATE | state |
int(* | stop )(struct ast_channel *chan, int need_lock) |
char | write_filename [FILENAME_MAX] |
struct ast_filestream * | write_stream |
char filename_base[FILENAME_MAX] |
Definition at line 45 of file monitor.h.
Referenced by ast_monitor_change_fname(), ast_monitor_start(), and ast_monitor_stop().
int filename_changed |
Definition at line 46 of file monitor.h.
Referenced by ast_monitor_change_fname(), ast_monitor_start(), and ast_monitor_stop().
char* format |
Definition at line 47 of file monitor.h.
Referenced by ast_monitor_start(), and ast_monitor_stop().
int joinfiles |
Definition at line 48 of file monitor.h.
Referenced by ast_monitor_setjoinfiles(), and ast_monitor_stop().
char read_filename[FILENAME_MAX] |
Definition at line 43 of file monitor.h.
Referenced by ast_monitor_start(), and ast_monitor_stop().
struct ast_filestream* read_stream |
Definition at line 41 of file monitor.h.
Referenced by __ast_read(), ast_monitor_start(), ast_monitor_stop(), and ast_write().
Definition at line 49 of file monitor.h.
Referenced by __ast_read(), ast_monitor_set_state(), and ast_write().
int(* stop)(struct ast_channel *chan, int need_lock) |
Definition at line 50 of file monitor.h.
Referenced by ast_channel_destructor(), ast_monitor_start(), and builtin_automonitor().
char write_filename[FILENAME_MAX] |
Definition at line 44 of file monitor.h.
Referenced by ast_monitor_start(), and ast_monitor_stop().
struct ast_filestream* write_stream |
Definition at line 42 of file monitor.h.
Referenced by ast_monitor_start(), ast_monitor_stop(), and ast_write().