Skip to content

Commit

Permalink
msgr: include msgr name in dispatch_throttler name
Browse files Browse the repository at this point in the history
Signed-off-by: Sage Weil <[email protected]>
  • Loading branch information
liewegas committed Apr 30, 2012
1 parent be6a9a6 commit 292ff7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/msg/SimpleMessenger.h
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ class SimpleMessenger : public Messenger {
Messenger(cct, name, mname),
accepter(this),
lock("SimpleMessenger::lock"), did_bind(false),
dispatch_throttler(cct, "dispatch_throttler", cct->_conf->ms_dispatch_throttle_bytes),
dispatch_throttler(cct, string("msgr_dispatch_throttler-") + mname, cct->_conf->ms_dispatch_throttle_bytes),
need_addr(true),
nonce(_nonce), destination_stopped(false), my_type(name.type()),
global_seq_lock("SimpleMessenger::global_seq_lock"), global_seq(0),
Expand Down

0 comments on commit 292ff7f

Please sign in to comment.