diff options
Diffstat (limited to 'src/stroke/stroke.h')
-rw-r--r-- | src/stroke/stroke.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stroke/stroke.h b/src/stroke/stroke.h index 52e15fbfa..9aa4de35f 100644 --- a/src/stroke/stroke.h +++ b/src/stroke/stroke.h @@ -82,6 +82,8 @@ struct stroke_end_t { char *subnet; int subnet_mask; int sendcert; + u_int8_t protocol; + u_int16_t port; }; typedef struct stroke_msg_t stroke_msg_t; |