0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-05-01 07:59:52 +00:00
netdata_netdata/cli/cli.h
Markos Fountoulakis 16f835489c Implement netdata command server and cli tool ()
* 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
2019-12-04 14:21:22 -08:00

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