Added a statusallnb stroke command to show status non-blocking

This commit is contained in:
Martin Willi
2011-05-16 15:24:14 +02:00
parent a2302d2322
commit a694b481ee
7 changed files with 30 additions and 8 deletions
+3 -1
View File
@@ -47,8 +47,10 @@ struct stroke_list_t {
* @param msg stroke message
* @param out stroke console stream
* @param all TRUE for "statusall"
* @param wait TRUE to wait for IKE_SA entries, FALSE to skip if locked
*/
void (*status)(stroke_list_t *this, stroke_msg_t *msg, FILE *out, bool all);
void (*status)(stroke_list_t *this, stroke_msg_t *msg, FILE *out,
bool all, bool wait);
/**
* Log pool leases to stroke console.