summaryrefslogtreecommitdiff
path: root/lwis_transaction.h
diff options
context:
space:
mode:
authorNick Chung <nickchung@google.com>2022-05-25 17:17:00 +0000
committerNick Chung <nickchung@google.com>2022-05-28 01:00:55 +0000
commit6566f900b7249f59a25a052b0dc011fe0886c244 (patch)
tree47f312f6429d4bc131af6889eb886365220cd6c9 /lwis_transaction.h
parent4534d6f0ea2476f034883d4c51751309422328c7 (diff)
downloadlwis-6566f900b7249f59a25a052b0dc011fe0886c244.tar.gz
LWIS: Support AND/OR condition triggered by fences
Bug: 232860404 Test: Pixel camera checklist Signed-off-by: Nick Chung <nickchung@google.com> Change-Id: I2700f64ff9ff262b7fd229a891084e13f57d00ee
Diffstat (limited to 'lwis_transaction.h')
-rw-r--r--lwis_transaction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lwis_transaction.h b/lwis_transaction.h
index df15dfe..d62f37f 100644
--- a/lwis_transaction.h
+++ b/lwis_transaction.h
@@ -30,6 +30,7 @@ struct lwis_transaction {
struct list_head event_list_node;
struct list_head process_queue_node;
struct hlist_node pending_map_node;
+ int signaled_count;
};
/* For debugging purposes, keeps track of the transaction information, as