]> arthur.barton.de Git - netdata.git/blob - src/socket.h
added more fping alarms; added the ability to have alarms that never send CLEAR notif...
[netdata.git] / src / socket.h
1 //
2 // Created by costa on 24/12/2016.
3 //
4
5 #ifndef NETDATA_SOCKET_H
6 #define NETDATA_SOCKET_H
7
8 extern int connect_to(const char *definition, int default_port, struct timeval *timeout);
9
10 #endif //NETDATA_SOCKET_H