From a17846e6e529e8fbf99cfdcdf913e190a13e73f2 Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Mon, 11 Feb 2008 04:25:25 +0000 Subject: [PATCH] [SIGAR-86] Add options field to sigar_file_system_t --- src/os/hpux/hpux_sigar.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/os/hpux/hpux_sigar.c b/src/os/hpux/hpux_sigar.c index e6cd308c..6d7af50a 100644 --- a/src/os/hpux/hpux_sigar.c +++ b/src/os/hpux/hpux_sigar.c @@ -541,6 +541,7 @@ int sigar_file_system_list_get(sigar_t *sigar, SIGAR_SSTRCPY(fsp->dir_name, ent->mnt_dir); SIGAR_SSTRCPY(fsp->dev_name, ent->mnt_fsname); SIGAR_SSTRCPY(fsp->sys_type_name, ent->mnt_type); + SIGAR_SSTRCPY(fsp->options, ent->mnt_opts); sigar_fs_type_init(fsp); }