Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/librump/rumpnet add shmif_create
details: https://anonhg.NetBSD.org/src/rev/af984f6c1c23
branches: trunk
changeset: 748332:af984f6c1c23
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Oct 20 23:28:50 2009 +0000
description:
add shmif_create
diffstat:
sys/rump/librump/rumpnet/rumpnet.ifspec | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 2c0234ecf959 -r af984f6c1c23 sys/rump/librump/rumpnet/rumpnet.ifspec
--- a/sys/rump/librump/rumpnet/rumpnet.ifspec Tue Oct 20 23:21:53 2009 +0000
+++ b/sys/rump/librump/rumpnet/rumpnet.ifspec Tue Oct 20 23:28:50 2009 +0000
@@ -1,11 +1,12 @@
-; $NetBSD: rumpnet.ifspec,v 1.1 2009/10/14 17:17:00 pooka Exp $
+; $NetBSD: rumpnet.ifspec,v 1.2 2009/10/20 23:28:50 pooka Exp $
NAME|net
PUBHDR|include/rump/rumpnet_if_pub.h
PRIVHDR|librump/rumpnet/rumpnet_if_priv.h
WRAPPERS|librump/rumpnet/rumpnet_if_wrappers.c
-; type | name | args | attrs
+; type | name | args | attrs
;
-int |virtif_create |int |WEAK
+int |virtif_create |int |WEAK
+int |shmif_create |const char *, int * |WEAK
Home |
Main Index |
Thread Index |
Old Index