This commit is contained in:
Vitaliy Filippov
2020-05-28 12:41:08 +03:00
parent 36fe7d394b
commit c414a90abc
8 changed files with 48 additions and 0 deletions
+5
View File
@@ -116,6 +116,11 @@ void journal_flusher_t::force_start()
#define await_sqe(label) \
resume_##label:\
{\
timespec now;\
clock_gettime(CLOCK_REALTIME, &now);\
printf("get_sqe %s %d %ld.%06ld\n", __FILE__, __LINE__, now.tv_sec, now.tv_nsec/1000);\
}\
sqe = bs->get_sqe();\
if (!sqe)\
{\