diff options
Diffstat (limited to 'libglusterfs/src/throttle-tbf.c')
-rw-r--r-- | libglusterfs/src/throttle-tbf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/throttle-tbf.c b/libglusterfs/src/throttle-tbf.c index 16630a243c2..a425166b681 100644 --- a/libglusterfs/src/throttle-tbf.c +++ b/libglusterfs/src/throttle-tbf.c @@ -150,7 +150,7 @@ tbf_init_bucket (tbf_t *tbf, tbf_opspec_t *spec) curr->token_gen_interval = spec->token_gen_interval; ret = gf_thread_create (&curr->tokener, - NULL, tbf_tokengenerator, curr); + NULL, tbf_tokengenerator, curr, "tbfclock"); if (ret != 0) goto freemem; |