summaryrefslogtreecommitdiff
path: root/sys/net/debugnet_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/debugnet_int.h')
-rw-r--r--sys/net/debugnet_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/debugnet_int.h b/sys/net/debugnet_int.h
index 0dd206cf6761..4d204c973dff 100644
--- a/sys/net/debugnet_int.h
+++ b/sys/net/debugnet_int.h
@@ -69,6 +69,7 @@ struct debugnet_pcb {
enum dnet_pcb_st dp_state;
uint16_t dp_client_ack_port;
+ bool dp_event_started;
};
/* TODO(CEM): Obviate this assertion by using a BITSET(9) for acks. */