X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils%2Fproc_pids%2Fproc_pids.c;h=fb30172c98858981b144470a0743285887515cc5;hb=21c84cec32921e6de8feaa5496f337496379ea23;hp=336a9964410584682eb8417c15c77ce2912f7425;hpb=dfb17826ceb8223cca9009b7b9f4194252ff994d;p=collectd.git diff --git a/src/utils/proc_pids/proc_pids.c b/src/utils/proc_pids/proc_pids.c index 336a9964..fb30172c 100644 --- a/src/utils/proc_pids/proc_pids.c +++ b/src/utils/proc_pids/proc_pids.c @@ -140,7 +140,7 @@ int pids_list_contains_pid(pids_list_t *list, const pid_t pid) { * RETURN VALUE * On success, the number of read bytes (includes stripped \n). * -1 on file open error -*/ + */ static int read_proc_name(const char *procfs_path, const struct dirent *pid_entry, char *name, const size_t out_size) {