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:
parent
15884dc347
commit
66ecc2d043
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue