]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: time/ticks: move now_ms and global_now_ms definitions to ticks.h
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 14:03:19 +0000 (16:03 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 23:41:14 +0000 (01:41 +0200)
commitf2d0ec98abd0e9352a70b2fde373cdeb0e89c47c
tree5b36afc0c617c803cd7b5aaf3608caa9564ef7d0
parent078c2573c2feeee8d5c9007a4ec95b01e7768514
REORG: time/ticks: move now_ms and global_now_ms definitions to ticks.h

These are ticks, not timeval, and they're a cause for plenty of files
including time.h just to access now_ms that's only used with ticks
functions. Let's move them over there.
include/haproxy/ticks.h
include/haproxy/time.h