diff options
Diffstat (limited to 'cpp/src/qpid/cluster/WatchDogPlugin.cpp')
| -rw-r--r-- | cpp/src/qpid/cluster/WatchDogPlugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/WatchDogPlugin.cpp b/cpp/src/qpid/cluster/WatchDogPlugin.cpp index 9b19b4f95f..57ba5cf2fd 100644 --- a/cpp/src/qpid/cluster/WatchDogPlugin.cpp +++ b/cpp/src/qpid/cluster/WatchDogPlugin.cpp @@ -76,7 +76,7 @@ struct WatchDogTask : public sys::TimerTask { int interval; WatchDogTask(int pid_, sys::Timer& t, int _interval) - : TimerTask(_interval*sys::TIME_SEC/2), pid(pid_), timer(t), interval(_interval) {} + : TimerTask(_interval*sys::TIME_SEC/2,"WatchDog"), pid(pid_), timer(t), interval(_interval) {} void fire() { timer.add (new WatchDogTask(pid, timer, interval)); |
