mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-12-24 14:07:00 +00:00
Fix link issues when building in clang
This commit is contained in:
@@ -34,6 +34,10 @@ using std::min;
|
||||
|
||||
namespace cppkafka {
|
||||
|
||||
const BackoffPerformer::TimeUnit BackoffPerformer::DEFAULT_INITIAL_BACKOFF{100};
|
||||
const BackoffPerformer::TimeUnit BackoffPerformer::DEFAULT_BACKOFF_STEP{50};
|
||||
const BackoffPerformer::TimeUnit BackoffPerformer::DEFAULT_MAXIMUM_BACKOFF{1000};
|
||||
|
||||
BackoffPerformer::BackoffPerformer()
|
||||
: initial_backoff_(DEFAULT_INITIAL_BACKOFF),
|
||||
backoff_step_(DEFAULT_BACKOFF_STEP), maximum_backoff_(DEFAULT_MAXIMUM_BACKOFF),
|
||||
|
||||
Reference in New Issue
Block a user