aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/device.h')
-rw-r--r--src/device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device.h b/src/device.h
index 9378b8b..cb9045e 100644
--- a/src/device.h
+++ b/src/device.h
@@ -30,6 +30,7 @@ struct crypt_queue {
union {
struct {
struct multicore_worker __percpu *worker;
+ struct dql dql;
int last_cpu;
};
struct work_struct work;