From 22c7c42ae07c2be6f0000f00836743b14384e17c Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Mon, 11 Feb 2008 04:20:42 +0000 Subject: [PATCH] [SIGAR-86] Add options field to sigar_file_system_t --- src/os/aix/aix_sigar.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/os/aix/aix_sigar.c b/src/os/aix/aix_sigar.c index 50a3381c..d0771e1c 100644 --- a/src/os/aix/aix_sigar.c +++ b/src/os/aix/aix_sigar.c @@ -1450,7 +1450,8 @@ int sigar_file_system_list_get(sigar_t *sigar, } SIGAR_SSTRCPY(fsp->dir_name, vmt2dataptr(ent, VMT_STUB)); - + SIGAR_SSTRCPY(fsp->options, vmt2dataptr(ent, VMT_ARGS)); + devname = vmt2dataptr(ent, VMT_OBJECT); if (fsp->type == SIGAR_FSTYPE_NETWORK) {