Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@cryptotaxi247
/
netdata-1
netdata-1
/
src
/
libnetdata
/
os
/
get_pid_max.h
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
h
11 lines
217 Bytes
Copy permalink
Copy
Raw
1
// SPDX-License-Identifier: GPL-3.0-or-later
2
3
#ifndef NETDATA_GET_PID_MAX_H
4
#define NETDATA_GET_PID_MAX_H
5
6
#include
<unistd.h>
7
8
extern
pid_t
pid_max
;
9
pid_t
os_get_system_pid_max
(
void
);
10
11
#endif //NETDATA_GET_PID_MAX_H