]> git.cworth.org Git - fips/commit
Use consistent argument order for subtract functions and macros.
authorCarl Worth <cworth@cworth.org>
Tue, 12 Nov 2013 18:30:18 +0000 (10:30 -0800)
committerCarl Worth <cworth@cworth.org>
Tue, 12 Nov 2013 18:30:18 +0000 (10:30 -0800)
commit39b71bb28a1ea89b694fe12f1d2d0e914ae528d7
tree5ac11863c3d1f34988856ac9862221569aa01b80
parent851d05230af70b4a2f1f5754607d13f84d371887
Use consistent argument order for subtract functions and macros.

We were calling subtract_timestamp() on the line just before
TIMESPEC_DIFF() but with reversed argument order in the two. This
could obviously lead to convention. So we stick adopt the (a - b)
convention for both, (as well as the name "subtract" for both).
metrics.c