]> git.tuebingen.mpg.de Git - paraslash.git/commit
sender: add a hook to resolve target names
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)
commitde569025d2a282444293d56d4a1209d70f8b7e33
treee9f54cd437edcd9b6e507aa1c08b754a639ef7bf
parentf10742c3fdc05a3ff719ad7e01eacfd5e8c0dae0
sender: add a hook to resolve target names

This adds a function pointer to interpret and resolve a given URL string in
a target-specific manner, filling in the target's defaults if omitted.

The hook is used for the add/delete commands, currently implemented for UDP.
command.c
dccp_send.c
http_send.c
send.h
udp_send.c