mirror of
https://github.com/netdata/netdata.git
synced 2025-05-01 07:59:52 +00:00

* Checkpoint commit (POC) * Implemented command server in the daemon * Add netdatacli implementation * Added prints in command server setup functions * Make libuv version 1 a hard dependency for the agent * Additional documentation * Improved accuracy of names and documentation * Fixed documentation * Fixed buffer overflow * Added support for exit status in cli. Added prefixes for exit code, stdout and stderr. Fixed parsers. * Fix compilation errors * Fix compile errors * Fix compile errors * Fix compile error * Fix linker error for muslc
8 lines
147 B
C
8 lines
147 B
C
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
#ifndef NETDATA_CLI_H
|
|
#define NETDATA_CLI_H 1
|
|
|
|
#include "../daemon/common.h"
|
|
|
|
#endif //NETDATA_CLI_H
|