]> arthur.barton.de Git - netdata.git/blobdiff - src/proc_self_mountinfo.h
Merge pull request #337 from ktsaou/master
[netdata.git] / src / proc_self_mountinfo.h
index 1e83a357ee1b27cbecb689d58880e1ab6fc9e05d..8c21274969c5885f698de7438c7925e7f025e012 100644 (file)
@@ -18,8 +18,9 @@ struct mountinfo {
        char *mount_options;    // mount options: per-mount options.
 
        int optional_fields_count;
-       char **optional_fields; // optional fields: zero or more fields of the form "tag[:value]".
-
+/*
+       char ***optional_fields; // optional fields: zero or more fields of the form "tag[:value]".
+*/
        char *filesystem;       // filesystem type: name of filesystem in the form "type[.subtype]".
        uint32_t filesystem_hash;