[SIGAR-86] Add options field to sigar_file_system_t
This commit is contained in:
parent
33f69554ad
commit
22c7c42ae0
|
@ -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->dir_name, vmt2dataptr(ent, VMT_STUB));
|
||||||
|
SIGAR_SSTRCPY(fsp->options, vmt2dataptr(ent, VMT_ARGS));
|
||||||
|
|
||||||
devname = vmt2dataptr(ent, VMT_OBJECT);
|
devname = vmt2dataptr(ent, VMT_OBJECT);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue