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

#include <nnwt/thread.h>

struct cch_wait {
    off_t start, end;
    bool disabled;
    struct nn_cond cond;
    struct nn_mutex lock;
};