summaryrefslogtreecommitdiff
path: root/lwis_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'lwis_device.h')
-rw-r--r--lwis_device.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lwis_device.h b/lwis_device.h
index 75881fa..97d865a 100644
--- a/lwis_device.h
+++ b/lwis_device.h
@@ -294,6 +294,8 @@ struct lwis_device {
/* Worker thread */
struct kthread_worker transaction_worker;
struct task_struct *transaction_worker_thread;
+ /* Limit on number of transactions to be processed at a time */
+ int transaction_process_limit;
};
/*