aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient/src/vespa/vespaclient/vesparoute/params.h
diff options
context:
space:
mode:
Diffstat (limited to 'vespaclient/src/vespa/vespaclient/vesparoute/params.h')
-rw-r--r--vespaclient/src/vespa/vespaclient/vesparoute/params.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/vespaclient/src/vespa/vespaclient/vesparoute/params.h b/vespaclient/src/vespa/vespaclient/vesparoute/params.h
index a4b09e66a61..b16ac40212b 100644
--- a/vespaclient/src/vespa/vespaclient/vesparoute/params.h
+++ b/vespaclient/src/vespa/vespaclient/vesparoute/params.h
@@ -92,6 +92,9 @@ public:
/** Returns wether or not to verify service names. */
bool getVerify() const { return _verify; }
+ const std::string & getSlobrokConfigId() const { return _slobrokConfigId; }
+ void setSlobrokId(const std::string & id) { _slobrokConfigId = id; }
+
private:
mbus::RPCNetworkParams _rpcParams;
std::vector<std::string> _hops;
@@ -99,6 +102,7 @@ private:
std::string _documentTypesConfigId;
std::string _routingConfigId;
std::string _protocol;
+ std::string _slobrokConfigId;
bool _lstHops;
bool _lstRoutes;
bool _lstServices;