X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=src%2Fproc_self_mountinfo.h;h=00cf699abc39698dde5bf059f616baeba428019f;hb=9dccc16d3763392f0b13349de18c3a838a667653;hp=53f4456498f4340994af1e6e1e55f6be8e9aa50a;hpb=a6d2de66a5d6d781dcc51a5e2bafa9c10f7765a1;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