]> git.proxmox.com Git - mirror_iproute2.git/commit - ip/tcp_metrics.c
tcp_metrics: Rename addr to daddr and add local variable
authorChristoph Paasch <christoph.paasch@uclouvain.be>
Thu, 6 Feb 2014 22:15:02 +0000 (23:15 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 10 Feb 2014 22:46:11 +0000 (14:46 -0800)
commit54b237a0580994a6b8776c8257adedcfaf3ce1c2
tree69a33d2116a53d3f8ef286d2465a1b932bbbe413
parent1c9af05071b046834f7ee35d19697118d7141c21
tcp_metrics: Rename addr to daddr and add local variable

Renaming addr to daddr, because we will introduce saddr later.

The local variable is necessary to store RTA_PAYLOAD(a) temporarily.

Signed-off-by: Christoph Paasch <christoph.paasch@uclouvain.be>
ip/tcp_metrics.c