]> git.proxmox.com Git - mirror_iproute2.git/commit
iproute: rename 'get_jiffies' since it uses msecs
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Fri, 25 Feb 2011 20:54:37 +0000 (12:54 -0800)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Fri, 25 Feb 2011 20:54:37 +0000 (12:54 -0800)
commit81d03dc356df24d55443535eace247b93ff47b4e
tree548eb21c3e985530e43ca6c8a3b5e6f616a41644
parent9b2cdc00dab7b601938901e20b5e1e66188d388b
iproute: rename 'get_jiffies' since it uses msecs

The get_jiffies() function retrieves rtt-type values in units of
milliseconds. This patch updates the function name accordingly,
following the pattern given by dst_metric() <=> dst_metric_rtt().
include/utils.h
ip/iproute.c
lib/utils.c