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 Looks like I'm done revamping, so bump...
details: https://anonhg.NetBSD.org/src/rev/6b941d6a1ef8
branches: trunk
changeset: 786848:6b941d6a1ef8
user: pooka <pooka%NetBSD.org@localhost>
date: Wed May 15 16:00:04 2013 +0000
description:
Looks like I'm done revamping, so bump interface version to 17,
where it will hopefully stay for all eternity (unless some snafus
are discovered before NetBSD 7).
diffstat:
sys/rump/include/rump/rumpuser.h | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 639106bb8881 -r 6b941d6a1ef8 sys/rump/include/rump/rumpuser.h
--- a/sys/rump/include/rump/rumpuser.h Wed May 15 15:57:01 2013 +0000
+++ b/sys/rump/include/rump/rumpuser.h Wed May 15 16:00:04 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpuser.h,v 1.107 2013/05/15 15:57:01 pooka Exp $ */
+/* $NetBSD: rumpuser.h,v 1.108 2013/05/15 16:00:04 pooka Exp $ */
/*
* Copyright (c) 2007-2013 Antti Kantee. All Rights Reserved.
@@ -42,7 +42,11 @@
* init
*/
-#define RUMPUSER_VERSION 16
+/*
+ * Bumping this causes all kinds of havoc for implementations
+ * outside of the NetBSD tree, so try to avoid it.
+ */
+#define RUMPUSER_VERSION 17
/* hypervisor upcall routines */
struct rumpuser_hyperup {
Home |
Main Index |
Thread Index |
Old Index