[SIGAR-86] Add options field to sigar_file_system_t

This commit is contained in:
Doug MacEachern 2008-02-11 04:20:42 +00:00
parent 33f69554ad
commit 22c7c42ae0
1 changed files with 2 additions and 1 deletions

View File

@ -1450,6 +1450,7 @@ 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);