diff options
Diffstat (limited to 'src/stroke/stroke.h')
-rw-r--r-- | src/stroke/stroke.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stroke/stroke.h b/src/stroke/stroke.h index 048ee0813..42a8a9616 100644 --- a/src/stroke/stroke.h +++ b/src/stroke/stroke.h @@ -122,6 +122,9 @@ struct stroke_msg_t { STR_REREAD /* more to come */ } type; + + /* verbosity of output returned from charon (-from -1=silent to 4=private)*/ + int output_verbosity; union { /* data for STR_INITIATE, STR_ROUTE, STR_UP, STR_DOWN, ... */ |