]> git.tuebingen.mpg.de Git - paraslash.git/commit
udp: transition to use sender_client 'name' field
authorGerrit Renker <grenker@cscs.ch>
Sun, 13 Jun 2010 09:30:47 +0000 (11:30 +0200)
committerAndre Noll <maan@systemlinux.org>
Tue, 22 Jun 2010 23:16:43 +0000 (01:16 +0200)
commit82adec241db558fe8e145237c6e5653a3ce20580
tree22118c2170b365b6099e4bb01195e0faea518f1b
parent3a3a63b6b6a420637ecf89e065947965a7fec685
udp: transition to use sender_client 'name' field

This replaces all occurrences of ut->host/ut->port in the UDP sender with a
'canonical' socket name contained in the embedded sender_client struct.

This field is filled in as soon as the target is added and persists across
shutting down / restarting it.

The host/port fields are now obsolete, thus removed.
udp_send.c