#include <pthread.h>
#include <sys/time.h>
#include <stdio.h>
#include <assert.h>
#include <time.h>
#include <sched.h>
#include "log_i.h"
#include "logtrunc.h"
#include "hal/pcm_i.h"
#include "phlog_tornbit.h"
Go to the source code of this file.
Functions | |
m_result_t | m_logtrunc_init (m_logmgr_t *mgr) |
Interface to asynchronous log truncation. | |
m_result_t | m_logtrunc_truncate (pcm_storeset_t *set) |
Force log truncation. | |
m_result_t | m_logtrunc_signal () |
Definition in file logtrunc.c.