Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/nathanw_sa]: src/sys/sys Add storage for the event and interrupted ucont...



details:   https://anonhg.NetBSD.org/src/rev/627a1f520c1b
branches:  nathanw_sa
changeset: 505487:627a1f520c1b
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Fri Dec 28 05:49:27 2001 +0000

description:
Add storage for the event and interrupted ucontext to struct sadata_upcall.

diffstat:

 sys/sys/savar.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r b51fbf56c85c -r 627a1f520c1b sys/sys/savar.h
--- a/sys/sys/savar.h   Fri Dec 28 05:46:56 2001 +0000
+++ b/sys/sys/savar.h   Fri Dec 28 05:49:27 2001 +0000
@@ -1,4 +1,4 @@
-/*     $Id: savar.h,v 1.1.2.9 2001/12/17 20:38:40 nathanw Exp $        */
+/*     $Id: savar.h,v 1.1.2.10 2001/12/28 05:49:27 nathanw Exp $       */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -53,7 +53,9 @@
        void    *sau_arg;
        stack_t sau_stack;
        struct sa_t     sau_event;
+       ucontext_t      sau_e_ctx;
        struct sa_t     sau_interrupted;
+       ucontext_t      sau_i_ctx;
 };
 
 struct sadata {



Home | Main Index | Thread Index | Old Index