#include <file.h>
Data Fields | |
ast_mutex_t | lock |
int | usecnt |
structure used for lock and refcount of format handlers. Should not be here, but this is a temporary workaround until we implement a more general mechanism. The format handler should include a pointer to this structure. As a trick, if usecnt is initialized with -1, ast_format_register will init the mutex for you.
Definition at line 53 of file file.h.