diff options
Diffstat (limited to 'src/stroke/stroke.h')
-rw-r--r-- | src/stroke/stroke.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stroke/stroke.h b/src/stroke/stroke.h index b71e19921..320284229 100644 --- a/src/stroke/stroke.h +++ b/src/stroke/stroke.h @@ -145,6 +145,10 @@ struct stroke_msg_t { unsigned long tries; unsigned long fuzz; } rekey; + struct { + time_t delay; + bool route; + } dpd; stroke_end_t me, other; } add_conn; |