Skip to content

Commit

Permalink
HPCC-33292 Correct comments per code review
Browse files Browse the repository at this point in the history
Signed-off-by: Terrence Asselin <[email protected]>
  • Loading branch information
asselitx committed Feb 14, 2025
1 parent dfc9f8d commit a665429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esp/smc/SMCLib/TpWrapper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,9 @@ extern TPWRAPPER_API unsigned getWUClusterInfo(CConstWUClusterInfoArray& cluster
extern TPWRAPPER_API IConstWUClusterInfo* getWUClusterInfoByName(const char* clustName);

/**
* Get pipe-delimited list of roxie server addresses and TLS config from environment configuration for the roxie process named `process`.
* Get pipe-delimited list of roxie server addresses and TLS config from roxie process `roxieCluster` configuration.
* @param env environment configuration
* @param process roxie process name
* @param roxieCluster roxie process configuration to get addresses and TLS config from
* @param addrList pipe-delimited list of roxie server addresses
* @param tlsConfig TLS configuration
* @param daliAddress optional dali address to use for ws_ecl service if `@netAddress` not found in `server` configuration
Expand Down

0 comments on commit a665429

Please sign in to comment.