47
47
write buffer to the read buffer before we start to reuse it.
52
51
#include <mystrings/m_string.h>
55
55
static void my_aiowait(my_aio_result *result);
59
60
#define lock_append_buffer(info) \
60
61
pthread_mutex_lock(&(info)->append_buffer_lock)
61
62
#define unlock_append_buffer(info) \