]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] many cleanups in the time functions
authorWilly Tarreau <w@1wt.eu>
Sun, 29 Apr 2007 15:43:56 +0000 (17:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 29 Apr 2007 15:43:56 +0000 (17:43 +0200)
commit42aae5c7cfc1db62309b92bf08d4ac19972d51c1
treefcfd8deaac6ede959af3a95d03c09ce1e21f3d9d
parentf41d4b15ee74498f0f4249f8edbc373270cab1fc
[MEDIUM] many cleanups in the time functions

Now, functions whose name begins with '__tv_' are inlined. Also,
'tv_ms' is used as a prefix for functions using milliseconds.
12 files changed:
include/common/time.h
src/appsession.c
src/backend.c
src/cfgparse.c
src/checks.c
src/client.c
src/haproxy.c
src/proto_http.c
src/proxy.c
src/stream_sock.c
src/task.c
src/time.c