Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2002 11:19:11 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 21042 for review
Message-ID:  <200211131919.gADJJB2k057905@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=21042

Change 21042 by jhb@jhb_laptop on 2002/11/13 11:18:44

	Replace prototype for witness_sleep() with one for witness_warn().

Affected files ...

.. //depot/projects/smpng/sys/sys/lock.h#21 edit

Differences ...

==== //depot/projects/smpng/sys/sys/lock.h#21 (text+ko) ====

@@ -205,7 +205,8 @@
 void	witness_save(struct lock_object *, const char **, int *);
 void	witness_restore(struct lock_object *, const char *, int);
 int	witness_list_locks(struct lock_list_entry **);
-int	witness_sleep(int, struct lock_object *, const char *, int);
+int	witness_warn(int, struct lock_object *, const char *, int,
+	    const char *, ...);
 void	witness_assert(struct lock_object *, int, const char *, int);
 int	witness_line(struct lock_object *);
 const char *witness_file(struct lock_object *);

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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