diff options
author | Martin Willi <martin@strongswan.org> | 2006-05-29 11:09:45 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-05-29 11:09:45 +0000 |
commit | 9fe14f4b8a3ae487134854eb8ebdfcb49cea4027 (patch) | |
tree | efc4aa1a147e18e3b24b53e0d917e12e0b9a5cde /src/stroke/stroke.h | |
parent | 4c59264d9b73d8eb2b29189cacd9ff3b60e2ec13 (diff) | |
download | strongswan-9fe14f4b8a3ae487134854eb8ebdfcb49cea4027.tar.bz2 strongswan-9fe14f4b8a3ae487134854eb8ebdfcb49cea4027.tar.xz |
- policies contain a connections name now
- used for initiate and delete
- connections won't get initiated twice anymore
- deleting of connections is now possible, which allows us to use
ipsec update and ipsec reload
Diffstat (limited to 'src/stroke/stroke.h')
-rw-r--r-- | src/stroke/stroke.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stroke/stroke.h b/src/stroke/stroke.h index f860b3690..a5e26af4a 100644 --- a/src/stroke/stroke.h +++ b/src/stroke/stroke.h @@ -65,10 +65,10 @@ struct stroke_msg_t { } type; union { - /* data for STR_INITIATE, STR_INSTALL, STR_UP, STR_DOWN */ + /* data for STR_INITIATE, STR_INSTALL, STR_UP, STR_DOWN, ... */ struct { char *name; - } initiate, install, terminate, status; + } initiate, install, terminate, status, del_conn; /* data for STR_ADD_CONN */ struct { |