aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/state.h
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2006-12-06 10:31:55 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2006-12-06 10:31:55 +0000
commitf87e5dd98ce6b7ffbec60edbce9b75cc61e5d639 (patch)
tree77518521633a0a9dae19f6ffb8ad3a620f3089b9 /src/pluto/state.h
parent3347bb2306c8ea6e63bdfe227415bd24018b187c (diff)
downloadstrongswan-f87e5dd98ce6b7ffbec60edbce9b75cc61e5d639.tar.bz2
strongswan-f87e5dd98ce6b7ffbec60edbce9b75cc61e5d639.tar.xz
XAUTH support
Diffstat (limited to 'src/pluto/state.h')
-rw-r--r--src/pluto/state.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pluto/state.h b/src/pluto/state.h
index 6271378ef..2c34fc94b 100644
--- a/src/pluto/state.h
+++ b/src/pluto/state.h
@@ -213,6 +213,11 @@ struct state
bool started;
} st_modecfg;
+ struct {
+ int attempt;
+ bool started;
+ } st_xauth;
+
u_int32_t nat_traversal;
ip_address nat_oa;