From da6b1cb4487adde802b55cfa321cfd5bd345c57b Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 23 Nov 1993 17:10:15 +0000 Subject: Formerly shared.h.~15~ --- hurd/shared.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hurd/shared.h b/hurd/shared.h index 22a3c5f3..988472c1 100644 --- a/hurd/shared.h +++ b/hurd/shared.h @@ -23,16 +23,16 @@ struct shared_io { int shared_page_magic; - /* This lock protects against modification to it_status. */ + /* This lock protects against modification to conch_status. */ spin_lock_t lock; enum { - USER_IT, /* User is it */ - USER_POTENTIALLY_IT, /* User can become it */ - USER_RELEASE_IT, /* User is it, should release it promptly */ - USER_NOT_IT, /* User is not it */ - } it_status; + USER_HAS_CONCH, /* User is it */ + USER_COULD_HAVE_CONCH,, /* User can become it */ + USER_RELEASE_CONCH, /* User is it, should release it promptly */ + USER_HAS_NOT_CONCH,, /* User is not it */ + } conch_status; /* These values are set by the IO server only: */ -- cgit v1.2.3