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 Expose rump_schedule() and rump_unsche...



details:   https://anonhg.NetBSD.org/src/rev/bb3c62457336
branches:  trunk
changeset: 752365:bb3c62457336
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Feb 24 14:56:04 2010 +0000

description:
Expose rump_schedule() and rump_unschedule().  These can be used
for wrapping application space calls to the rump kernel without
having to do heavyweight interface specification with ifspec.

diffstat:

 sys/rump/include/rump/rump.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r cea1ad5bd65b -r bb3c62457336 sys/rump/include/rump/rump.h
--- a/sys/rump/include/rump/rump.h      Wed Feb 24 13:56:07 2010 +0000
+++ b/sys/rump/include/rump/rump.h      Wed Feb 24 14:56:04 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rump.h,v 1.36 2010/02/11 01:13:58 pooka Exp $  */
+/*     $NetBSD: rump.h,v 1.37 2010/02/24 14:56:04 pooka Exp $  */
 
 /*
  * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
@@ -90,6 +90,9 @@
 int    rump_boot_gethowto(void);
 void   rump_boot_sethowto(int);
 
+void   rump_schedule(void);
+void   rump_unschedule(void);
+
 int    rump__init(int);
 
 #ifndef _RUMPKERNEL



Home | Main Index | Thread Index | Old Index