diff options
Diffstat (limited to 'src/zen/zen.h')
| -rw-r--r-- | src/zen/zen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zen/zen.h b/src/zen/zen.h index ff9df8371..2f0a02e6a 100644 --- a/src/zen/zen.h +++ b/src/zen/zen.h @@ -4,6 +4,7 @@ #include <zencore/except.h> #include <zencore/timer.h> +#include <zencore/uid.h> #include <zencore/zencore.h> #include <zenhttp/httpclient.h> #include <zenutil/config/commandlineoptions.h> @@ -22,6 +23,7 @@ struct ZenCliOptions ZenLoggingConfig LoggingConfig; std::string HttpClientBackend; // Choice of HTTP client implementation + Oid ParentSessionId = Oid::Zero; // Arguments after " -- " on command line are passed through and not parsed std::string PassthroughCommandLine; |