summaryrefslogtreecommitdiff
path: root/libbcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'libbcache.h')
-rw-r--r--libbcache.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libbcache.h b/libbcache.h
index c8d668ec..ccfa37cb 100644
--- a/libbcache.h
+++ b/libbcache.h
@@ -6,11 +6,10 @@
struct dev_opts {
int fd;
- const char *dev;
+ const char *path;
u64 size; /* 512 byte sectors */
unsigned bucket_size;
unsigned tier;
- unsigned replacement_policy;
bool discard;
u64 first_bucket;