Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jul 2003 04:00:26 -0400 (EDT)
From:      Jeff Roberson <jroberson@chesapeake.net>
To:        Alfred Perlstein <bright@mu.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/nfsclient nfs_nfsiod.c
Message-ID:  <20030703035912.W17881-100000@mail.chesapeake.net>
In-Reply-To: <20030702190146.GA64896@elvis.mu.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 2 Jul 2003, Alfred Perlstein wrote:

> * Poul-Henning Kamp <phk@FreeBSD.org> [030702 01:09] wrote:
> > phk         2003/07/02 01:09:21 PDT
> >
> >   FreeBSD src repository
> >
> >   Modified files:
> >     sys/nfsclient        nfs_nfsiod.c
> >   Log:
> >   Change idle sleep indentifier to "-" for nfsiod
>
> Why?  That's not descriptive and now both the client and server
> processes share the same meaningless wait message.
>
> -Alfred
>

Perhaps we should make it a #define.

#define IDLE_WMESG "whateveryoulike"

msleep(..., IDLE_WMESG, ...);

Then the shed can be all colors simultaneously.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030703035912.W17881-100000>