summaryrefslogtreecommitdiff
path: root/src/cache/wait.h
blob: 86543621b935c28c611741f81fd64423d2096564 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include <aki/thread.h>

struct cch_handler_wait {
    off_t start, end;
    struct aki_cond cond;
    struct aki_mutex mutex;
    bool disabled;
};