Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/include/rump add spop_procexit
details: https://anonhg.NetBSD.org/src/rev/ca8d67f12c55
branches: trunk
changeset: 760735:ca8d67f12c55
user: pooka <pooka%NetBSD.org@localhost>
date: Wed Jan 12 12:51:47 2011 +0000
description:
add spop_procexit
diffstat:
sys/rump/include/rump/rumpuser.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 9e928ddf3893 -r ca8d67f12c55 sys/rump/include/rump/rumpuser.h
--- a/sys/rump/include/rump/rumpuser.h Wed Jan 12 12:51:21 2011 +0000
+++ b/sys/rump/include/rump/rumpuser.h Wed Jan 12 12:51:47 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpuser.h,v 1.61 2011/01/02 12:52:25 pooka Exp $ */
+/* $NetBSD: rumpuser.h,v 1.62 2011/01/12 12:51:47 pooka Exp $ */
/*
* Copyright (c) 2007 Antti Kantee. All Rights Reserved.
@@ -36,7 +36,7 @@
#include <stdint.h>
#endif
-#define RUMPUSER_VERSION 8
+#define RUMPUSER_VERSION 9
int rumpuser_getversion(void);
int rumpuser_daemonize_begin(void);
@@ -218,6 +218,7 @@
int (*spop_lwproc_newlwp)(pid_t);
struct lwp * (*spop_lwproc_curlwp)(void);
int (*spop_syscall)(int, void *, register_t *);
+ void (*spop_procexit)(void);
pid_t (*spop_getpid)(void);
};
Home |
Main Index |
Thread Index |
Old Index