summaryrefslogtreecommitdiff
path: root/lwis_transaction.h
diff options
context:
space:
mode:
authorTommy Kardach <thomaskardach@google.com>2022-06-09 18:16:18 +0000
committerTommy Kardach <thomaskardach@google.com>2022-06-09 18:18:20 +0000
commit78509ac2b74a14cfc58f66e930bd8e422013b3f9 (patch)
treebb5e211afc58b05a48df480b7728a938104a4210 /lwis_transaction.h
parent5254b9df63f34fa060c7a991a752d7864356fc43 (diff)
downloadlwis-78509ac2b74a14cfc58f66e930bd8e422013b3f9.tar.gz
Revert "LWIS: Implement completion_fences in lwis"
This reverts commit e23e38b95355d9fbdcec5778f9272d6f8976ad49. Reason for revert: Causing build breakage in older models Change-Id: If80a938905d3c6115086ce56f3444fa387a64354
Diffstat (limited to 'lwis_transaction.h')
-rw-r--r--lwis_transaction.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lwis_transaction.h b/lwis_transaction.h
index ab02206..3b66a50 100644
--- a/lwis_transaction.h
+++ b/lwis_transaction.h
@@ -31,13 +31,12 @@ struct lwis_transaction {
struct list_head process_queue_node;
struct hlist_node pending_map_node;
int signaled_count;
+
/* temporary variables to add supports for mixing events and fences in
* trigger_condition. Will be removed and refacter into an union soon.
*/
bool is_weak_transaction;
int64_t id;
- /* Parameters for tail fences */
- struct list_head tail_fence_list;
};
/* For debugging purposes, keeps track of the transaction information, as