aboutsummaryrefslogtreecommitdiffstats
path: root/Source/stroke/stroke.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-04-27 07:24:04 +0000
committerMartin Willi <martin@strongswan.org>2006-04-27 07:24:04 +0000
commite168ee1785eff740af1e5b6db635bdc7bda010fa (patch)
tree5db6ebde12654e76be5171548db8334791dcb896 /Source/stroke/stroke.h
parent108b489f88ae4388c1eada3dfe8cceaba6adde85 (diff)
downloadstrongswan-e168ee1785eff740af1e5b6db635bdc7bda010fa.tar.bz2
strongswan-e168ee1785eff740af1e5b6db635bdc7bda010fa.tar.xz
- add connection names to connections
- stroke status / ipsec status shows them - added statusall for stroke - added status by connection name - some tests repaired, more to come
Diffstat (limited to 'Source/stroke/stroke.h')
-rw-r--r--Source/stroke/stroke.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/stroke/stroke.h b/Source/stroke/stroke.h
index abafe79e9..cb40cf843 100644
--- a/Source/stroke/stroke.h
+++ b/Source/stroke/stroke.h
@@ -51,6 +51,8 @@ struct stroke_msg_t {
STR_TERMINATE,
/* show connection status */
STR_STATUS,
+ /* show verbose connection status */
+ STR_STATUS_ALL,
/* set a log type to log/not log */
STR_LOGTYPE,
/* set the verbosity of a logging context */
@@ -61,7 +63,7 @@ struct stroke_msg_t {
/* data for STR_INITIATE, STR_INSTALL, STR_UP, STR_DOWN */
struct {
char *name;
- } initiate, install, terminate;
+ } initiate, install, terminate, status;
/* data for STR_ADD_CONN */
struct {
char *name;