Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@cryptotaxi247
/
netdata-1
netdata-1
/
src
/
daemon
/
main.h
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
h
10 lines
201 Bytes
Copy permalink
Copy
Raw
1
// SPDX-License-Identifier: GPL-3.0-or-later
2
3
#ifndef NETDATA_MAIN_H
4
#define NETDATA_MAIN_H 1
5
6
#include
"common.h"
7
#include
"daemon-service.h"
8
#include
"daemon-shutdown.h"
9
10
#endif
/* NETDATA_MAIN_H */