Module Name:    src
Committed By:   pooka
Date:           Wed Feb 24 14:56:04 UTC 2010

Modified Files:
        src/sys/rump/include/rump: rump.h

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/rump/include/rump/rump.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/include/rump/rump.h
diff -u src/sys/rump/include/rump/rump.h:1.36 src/sys/rump/include/rump/rump.h:1.37
--- src/sys/rump/include/rump/rump.h:1.36	Thu Feb 11 01:13:58 2010
+++ src/sys/rump/include/rump/rump.h	Wed Feb 24 14:56:04 2010
@@ -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

Reply via email to