#include <monitor.h>
Data Fields | |
char | filename_base [FILENAME_MAX] |
int | filename_changed |
char * | format |
int | joinfiles |
char | read_filename [FILENAME_MAX] |
ast_filestream * | read_stream |
enum AST_MONITORING_STATE | state |
int(* | stop )(struct ast_channel *chan, int need_lock) |
char | write_filename [FILENAME_MAX] |
ast_filestream * | write_stream |
Definition at line 34 of file monitor.h.
char filename_base[FILENAME_MAX] |
Definition at line 39 of file monitor.h.
Referenced by ast_monitor_change_fname(), and ast_monitor_stop().
int filename_changed |
Definition at line 40 of file monitor.h.
Referenced by ast_monitor_change_fname(), and ast_monitor_stop().
char* format |
int joinfiles |
Definition at line 42 of file monitor.h.
Referenced by ast_monitor_setjoinfiles(), ast_monitor_stop(), and start_monitor_exec().
char read_filename[FILENAME_MAX] |
struct ast_filestream* read_stream |
Definition at line 43 of file monitor.h.
Referenced by __ast_read(), ast_monitor_set_state(), and ast_write().
int(* stop)(struct ast_channel *chan, int need_lock) |
Referenced by ast_channel_free().
char write_filename[FILENAME_MAX] |
struct ast_filestream* write_stream |