Public Attributes | |
pthread_mutex_t | mutex |
list_head | free_logs_list |
list_head | pending_logs_list |
list_head | active_logs_list |
list_head | known_logtypes_list |
pthread_cond_t | logtrunc_cond |
pthread_t | logtrunc_thread |
uint64_t | trunc_time |
uint64_t | trunc_count |
Definition at line 128 of file log_i.h.
actively used logs (could be dirty or not)
Definition at line 132 of file log_i.h.
Referenced by m_logmgr_alloc_log(), and m_logmgr_stat_print().
free logs available for reuse
Definition at line 130 of file log_i.h.
Referenced by m_logmgr_alloc_log().
log types known (registered) to the log manager
Definition at line 133 of file log_i.h.
Referenced by m_logmgr_alloc_log().
pthread_mutex_t m_logmgr_s::mutex |
lock synchronizing access to this structure
Definition at line 129 of file log_i.h.
Referenced by m_logmgr_alloc_log().