X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=src%2Fproc_self_mountinfo.h;h=00cf699abc39698dde5bf059f616baeba428019f;hb=e1d37e04f50157086257a5d91cf8cffd27bc80b1;hp=53f4456498f4340994af1e6e1e55f6be8e9aa50a;hpb=f4827e695a2a67b3c37e316a61e28705f6972dd0;p=netdata.git diff --git a/src/proc_self_mountinfo.h b/src/proc_self_mountinfo.h index 53f44564..00cf699a 100644 --- a/src/proc_self_mountinfo.h +++ b/src/proc_self_mountinfo.h @@ -50,6 +50,6 @@ extern struct mountinfo *mountinfo_find_by_filesystem_mount_source(struct mounti extern struct mountinfo *mountinfo_find_by_filesystem_super_option(struct mountinfo *root, const char *filesystem, const char *super_options); extern void mountinfo_free(struct mountinfo *mi); -extern struct mountinfo *mountinfo_read(); +extern struct mountinfo *mountinfo_read(int do_statvfs); #endif /* NETDATA_PROC_SELF_MOUNTINFO_H */ \ No newline at end of file