diff options
Diffstat (limited to 'rpc/rpc-lib/src')
| -rw-r--r-- | rpc/rpc-lib/src/autoscale-threads.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/rpc-lib/src/autoscale-threads.c b/rpc/rpc-lib/src/autoscale-threads.c index 2c53ebbf40e..a954ae7a27a 100644 --- a/rpc/rpc-lib/src/autoscale-threads.c +++ b/rpc/rpc-lib/src/autoscale-threads.c @@ -18,5 +18,5 @@ rpcsvc_autoscale_threads(glusterfs_ctx_t *ctx, rpcsvc_t *rpc, int incr)      int thread_count = pool->eventthreadcount;      pool->auto_thread_count += incr; -    (void)event_reconfigure_threads(pool, thread_count + incr); +    (void)gf_event_reconfigure_threads(pool, thread_count + incr);  }  | 
