aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libfsimage/common/fsimage_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libfsimage/common/fsimage_priv.h')
-rw-r--r--tools/libfsimage/common/fsimage_priv.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/libfsimage/common/fsimage_priv.h b/tools/libfsimage/common/fsimage_priv.h
index 441b71930a..57a0826dee 100644
--- a/tools/libfsimage/common/fsimage_priv.h
+++ b/tools/libfsimage/common/fsimage_priv.h
@@ -17,7 +17,7 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -46,6 +46,7 @@ struct fsi {
uint64_t f_off;
void *f_data;
fsi_plugin_t *f_plugin;
+ char *f_bootstring;
};
struct fsi_file {