MINOR: stats: Move stuff about the stats status codes in stats files
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 27 Feb 2019 15:42:58 +0000 (16:42 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 15 Mar 2019 13:34:59 +0000 (14:34 +0100)
commit2b9b6784b9bb70f71f625a4f67e7e009d893a579
tree376934df63722f97a0e10a61d463f00fe2cbd345
parent3c2ecf75c834b9c374f9fc8a46507f90b1f51f3f
MINOR: stats: Move stuff about the stats status codes in stats files

The status codes definition (STAT_STATUS_*) and their string representation
stat_status_codes) have been moved in stats files. There is no reason to keep
them in proto_http files.
include/proto/stats.h
include/types/proto_http.h
include/types/stats.h
src/proto_http.c
src/stats.c