diff options
author | Martin Willi <martin@revosec.ch> | 2011-05-04 11:21:33 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2011-05-16 15:24:14 +0200 |
commit | a694b481eed8ffbbbfde899dfdee54a394ec49d8 (patch) | |
tree | 16ffc1fcc9714e56a7e6adb1682d149845f27495 /src/stroke/stroke_msg.h | |
parent | a2302d2322bea1e65079abede55e590035212d03 (diff) | |
download | strongswan-a694b481eed8ffbbbfde899dfdee54a394ec49d8.tar.bz2 strongswan-a694b481eed8ffbbbfde899dfdee54a394ec49d8.tar.xz |
Added a statusallnb stroke command to show status non-blocking
Diffstat (limited to 'src/stroke/stroke_msg.h')
-rw-r--r-- | src/stroke/stroke_msg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stroke/stroke_msg.h b/src/stroke/stroke_msg.h index 2fbacecf7..3c1221aee 100644 --- a/src/stroke/stroke_msg.h +++ b/src/stroke/stroke_msg.h @@ -194,6 +194,8 @@ struct stroke_msg_t { STR_STATUS, /* show verbose connection status */ STR_STATUS_ALL, + /* show verbose connection status, non-blocking variant */ + STR_STATUS_ALL_NOBLK, /* add a ca information record */ STR_ADD_CA, /* delete ca information record */ |