summaryrefslogtreecommitdiff
path: root/cmd/sbc_harness/hw/w5500.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/sbc_harness/hw/w5500.h')
-rw-r--r--cmd/sbc_harness/hw/w5500.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/sbc_harness/hw/w5500.h b/cmd/sbc_harness/hw/w5500.h
index f8a7034..4f02152 100644
--- a/cmd/sbc_harness/hw/w5500.h
+++ b/cmd/sbc_harness/hw/w5500.h
@@ -16,6 +16,9 @@ struct _w5500_listener;
struct _w5500_conn {
/* const-after-init */
implements_net_conn;
+ /* mutable */
+ bool read_open;
+ bool write_open;
};
struct _w5500_listener {