From: Harald Barth Date: Tue, 4 Mar 2003 14:46:04 +0000 (+0000) Subject: viced-set-fssync-threadid-20030304 X-Git-Tag: openafs-devel-1_3_50~345 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=025ec7bf79fe9f45680897ff2bec8a18d040ed76;p=packages%2Fo%2Fopenafs.git viced-set-fssync-threadid-20030304 set a thread id for the fssync callback thread --- diff --git a/src/viced/viced.c b/src/viced/viced.c index efc15286a..c209c6e14 100644 --- a/src/viced/viced.c +++ b/src/viced/viced.c @@ -421,6 +421,8 @@ static FsyncCheckLWP() #endif ViceLog(1, ("Starting fsync check process\n")); + setThreadId("FsyncCheckLWP"); + #ifdef AFS_PTHREAD_ENV assert(pthread_cond_init(&fsync_cond, NULL) == 0); assert(pthread_mutex_init(&fsync_glock_mutex, NULL) == 0);