[misc] Add logging of net_connect() service

This commit is contained in:
ejurgensen
2021-02-26 22:42:09 +01:00
parent dd0f0ece78
commit dfc1580f13
2 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ int
net_port_get(short unsigned *port, union net_sockaddr *naddr);
int
net_connect(const char *addr, unsigned short port, int type);
net_connect(const char *addr, unsigned short port, int type, const char *log_service_name);
int
net_bind(short unsigned *port, int type, const char *log_service_name);