aboutsummaryrefslogtreecommitdiffstats
path: root/src/stroke/stroke_msg.h
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2010-07-09 09:06:02 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2010-07-09 09:06:07 +0200
commit26c4d0102a77802ad9e7edef97f4eed77e1bb52d (patch)
tree3ce6da383dd67a6f652bafbfb24f6ec6586aa6a2 /src/stroke/stroke_msg.h
parent6f07f5e3d403cde79411219ba332acd21a17039d (diff)
downloadstrongswan-26c4d0102a77802ad9e7edef97f4eed77e1bb52d.tar.bz2
strongswan-26c4d0102a77802ad9e7edef97f4eed77e1bb52d.tar.xz
configuration of different marks for inbound and outbound direction
Diffstat (limited to 'src/stroke/stroke_msg.h')
-rw-r--r--src/stroke/stroke_msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stroke/stroke_msg.h b/src/stroke/stroke_msg.h
index e33737bbc..a36cc9038 100644
--- a/src/stroke/stroke_msg.h
+++ b/src/stroke/stroke_msg.h
@@ -259,7 +259,7 @@ struct stroke_msg_t {
struct {
u_int32_t value;
u_int32_t mask;
- } mark;
+ } mark_in, mark_out;
stroke_end_t me, other;
} add_conn;