[SIGAR-86] Add options field to sigar_file_system_t

This commit is contained in:
Doug MacEachern 2008-02-11 04:11:45 +00:00
parent f51eac00b2
commit 33f69554ad
1 changed files with 2 additions and 0 deletions

View File

@ -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 */ SIGAR_SSTRCPY(fsp->sys_type_name, fsname); /* CDFS, NTFS, etc */
} }
fsp->options[0] = '\0'; /*XXX*/
ptr += strlen(ptr)+1; ptr += strlen(ptr)+1;
} }