diff options
Diffstat (limited to 'xlators/features/upcall/src/upcall-internal.c')
| -rw-r--r-- | xlators/features/upcall/src/upcall-internal.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/features/upcall/src/upcall-internal.c b/xlators/features/upcall/src/upcall-internal.c index 285141d251b..8b15dfceee7 100644 --- a/xlators/features/upcall/src/upcall-internal.c +++ b/xlators/features/upcall/src/upcall-internal.c @@ -431,8 +431,8 @@ upcall_reaper_thread_init (xlator_t *this)          priv = this->private;          GF_ASSERT (priv); -        ret = pthread_create (&priv->reaper_thr, NULL, -                              upcall_reaper_thread, this); +        ret = gf_thread_create (&priv->reaper_thr, NULL, +                                upcall_reaper_thread, this, "upreaper");          return ret;  }  | 
