]> arthur.barton.de Git - netdata.git/blob - src/socket.h
web_log_plugin: requests per http version chart added
[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