Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/librump/rumpkern add get_expose_address()



details:   https://anonhg.NetBSD.org/src/rev/ef3910f790cf
branches:  trunk
changeset: 836244:ef3910f790cf
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Oct 06 00:17:06 2018 +0000

description:
add get_expose_address()

diffstat:

 sys/rump/librump/rumpkern/emul.c |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 443831085218 -r ef3910f790cf sys/rump/librump/rumpkern/emul.c
--- a/sys/rump/librump/rumpkern/emul.c  Fri Oct 05 22:16:50 2018 +0000
+++ b/sys/rump/librump/rumpkern/emul.c  Sat Oct 06 00:17:06 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: emul.c,v 1.187 2018/10/05 09:51:55 hannken Exp $       */
+/*     $NetBSD: emul.c,v 1.188 2018/10/06 00:17:06 christos Exp $      */
 
 /*
  * Copyright (c) 2007-2011 Antti Kantee.  All Rights Reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: emul.c,v 1.187 2018/10/05 09:51:55 hannken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: emul.c,v 1.188 2018/10/06 00:17:06 christos Exp $");
 
 #include <sys/param.h>
 #include <sys/cprng.h>
@@ -402,3 +402,9 @@
 
        return "rumpcore (virtual)";
 }
+
+bool
+get_expose_address(struct proc *p)
+{
+       return 1;
+}



Home | Main Index | Thread Index | Old Index