summaryrefslogtreecommitdiff
path: root/usr/src/lib/libpool/common/pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libpool/common/pool.h')
-rw-r--r--usr/src/lib/libpool/common/pool.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/usr/src/lib/libpool/common/pool.h b/usr/src/lib/libpool/common/pool.h
index d38e9902e6..ee11aadb7b 100644
--- a/usr/src/lib/libpool/common/pool.h
+++ b/usr/src/lib/libpool/common/pool.h
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -20,7 +19,7 @@
* CDDL HEADER END
*/
/*
- * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -96,6 +95,7 @@ extern uint_t pool_version(uint_t ver);
#define PO_CREAT 0x2
#define PO_DISCO 0x4
#define PO_UPDATE 0x8
+#define PO_TEMP 0x10
/* Allocation policy */
#define POA_IMPORTANCE "importance based"
@@ -218,6 +218,7 @@ extern pool_value_class_t pool_get_property(const pool_conf_t *,
extern int pool_put_property(pool_conf_t *, pool_elem_t *, const char *,
const pool_value_t *);
extern int pool_rm_property(pool_conf_t *, pool_elem_t *, const char *);
+
/*
* Walk the associated properties of the supplied element calling the supplied
* function for each property in turn. There is no implied order in the walk.