summaryrefslogtreecommitdiffstats
path: root/sys/dev/softraidvar.h
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2014-01-22 09:42:13 +0000
committerjsing <jsing@openbsd.org>2014-01-22 09:42:13 +0000
commitd3808055ff61038d990f48c174e80cfa2be1bbcc (patch)
treec7a40f1c684144099a545bf1b2f1f3f7aed4c3a5 /sys/dev/softraidvar.h
parentfix a leak in an error path (diff)
downloadwireguard-openbsd-d3808055ff61038d990f48c174e80cfa2be1bbcc.tar.xz
wireguard-openbsd-d3808055ff61038d990f48c174e80cfa2be1bbcc.zip
Add a debug flag for rebuild.
Diffstat (limited to 'sys/dev/softraidvar.h')
-rw-r--r--sys/dev/softraidvar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/softraidvar.h b/sys/dev/softraidvar.h
index bdd19224da5..13e07e94993 100644
--- a/sys/dev/softraidvar.h
+++ b/sys/dev/softraidvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: softraidvar.h,v 1.153 2014/01/22 09:03:19 jsing Exp $ */
+/* $OpenBSD: softraidvar.h,v 1.154 2014/01/22 09:42:13 jsing Exp $ */
/*
* Copyright (c) 2006 Marco Peereboom <marco@peereboom.us>
* Copyright (c) 2008 Chris Kuethe <ckuethe@openbsd.org>
@@ -321,6 +321,7 @@ extern u_int32_t sr_debug;
#define SR_D_META 0x0040
#define SR_D_DIS 0x0080
#define SR_D_STATE 0x0100
+#define SR_D_REBUILD 0x0200
#else
#define DPRINTF(x...)
#define DNPRINTF(n,x...)