[SIGAR-86] Add options field to sigar_file_system_t
This commit is contained in:
parent
f51eac00b2
commit
33f69554ad
|
@ -1733,6 +1733,8 @@ SIGAR_DECLARE(int) sigar_file_system_list_get(sigar_t *sigar,
|
|||
SIGAR_SSTRCPY(fsp->sys_type_name, fsname); /* CDFS, NTFS, etc */
|
||||
}
|
||||
|
||||
fsp->options[0] = '\0'; /*XXX*/
|
||||
|
||||
ptr += strlen(ptr)+1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue