diff options
Diffstat (limited to 'src/stroke/stroke.h')
-rw-r--r-- | src/stroke/stroke.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stroke/stroke.h b/src/stroke/stroke.h index 0c475ecdb..3383f27ac 100644 --- a/src/stroke/stroke.h +++ b/src/stroke/stroke.h @@ -82,6 +82,7 @@ struct stroke_end_t { char *subnet; int subnet_mask; int sendcert; + bool hostaccess; u_int8_t protocol; u_int16_t port; }; |