summaryrefslogtreecommitdiff
path: root/drv_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'drv_priv.h')
-rw-r--r--drv_priv.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/drv_priv.h b/drv_priv.h
index 048b9a3..18a289c 100644
--- a/drv_priv.h
+++ b/drv_priv.h
@@ -49,19 +49,13 @@ struct combination {
uint64_t use_flags;
};
-struct combinations {
- struct combination *data;
- uint32_t size;
- uint32_t allocations;
-};
-
struct driver {
int fd;
const struct backend *backend;
void *priv;
void *buffer_table;
struct drv_array *mappings;
- struct combinations combos;
+ struct drv_array *combos;
pthread_mutex_t driver_lock;
};