summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlinyuny <linyuny@google.com>2023-03-02 22:26:10 +0000
committerHolmes Chou <holmeschou@google.com>2023-03-06 06:45:51 +0000
commit4a0ba8858ba70a972b197dbf8a492eaba8fd0b9d (patch)
tree8330bb8d7bdc3f5f22c9d2efbfc31e0b3ee178fa
parentfcaadf35d92064949387aa7e26918e5dd48d23d7 (diff)
downloadlwis-4a0ba8858ba70a972b197dbf8a492eaba8fd0b9d.tar.gz
Bug: 263313037 Test: cts list Change-Id: I718ec10ad472c845d12c7f9eca636cc43b3635e4 Signed-off-by: linyuny <linyuny@google.com>
-rw-r--r--lwis_commands.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lwis_commands.h b/lwis_commands.h
index eb74bba..b0c5300 100644
--- a/lwis_commands.h
+++ b/lwis_commands.h
@@ -335,7 +335,8 @@ struct lwis_transaction_info {
size_t num_io_entries;
struct lwis_io_entry *io_entries;
bool run_in_event_context;
- bool run_at_real_time;
+ // Use reserved to keep the original interface
+ bool reserved;
int64_t emit_success_event_id;
int64_t emit_error_event_id;
bool is_level_triggered;