1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

add description of websocket nodes to node_name_long()

This commit is contained in:
Steffen Vogel 2017-03-11 23:51:09 -03:00
parent 15884dc347
commit 66ecc2d043

View file

@ -397,6 +397,8 @@ char * websocket_print(struct node *n)
char *buf = NULL;
buf = strcatf(&buf, "dests=");
list_foreach(struct lws_client_connect_info *in, &w->destinations) {
buf = strcatf(&buf, "%s://%s:%d/%s",
in->ssl_connection ? "https" : "http",