diff options
Diffstat (limited to 'cpp/src/tests')
| -rw-r--r-- | cpp/src/tests/ConnectionOptions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/ConnectionOptions.h b/cpp/src/tests/ConnectionOptions.h index 30fe5ad9b1..cf86894235 100644 --- a/cpp/src/tests/ConnectionOptions.h +++ b/cpp/src/tests/ConnectionOptions.h @@ -44,6 +44,7 @@ struct ConnectionOptions : public qpid::Options, ("mechanism", optValue(mechanism, "MECH"), "SASL mechanism to use when authenticating.") ("locale", optValue(locale, "LOCALE"), "locale to use.") ("max-channels", optValue(maxChannels, "N"), "the maximum number of channels the client requires.") + ("heartbeat", optValue(heartbeat, "N"), "Desired heartbeat interval in seconds.") ("max-frame-size", optValue(maxFrameSize, "N"), "the maximum frame size to request.") ("bounds-multiplier", optValue(bounds, "N"), "bound size of write queue (as a multiple of the max frame size).") |
