mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-21 06:06:59 -04:00
CLEANUP: lua: align defines
Align the defined values
This commit is contained in:
parent
27929fbfd7
commit
0efc94cbb4
1 changed files with 8 additions and 8 deletions
|
|
@ -9,14 +9,14 @@
|
|||
#include <types/proxy.h>
|
||||
#include <types/server.h>
|
||||
|
||||
#define CLASS_CORE "Core"
|
||||
#define CLASS_TXN "TXN"
|
||||
#define CLASS_FETCHES "Fetches"
|
||||
#define CLASS_CONVERTERS "Converters"
|
||||
#define CLASS_SOCKET "Socket"
|
||||
#define CLASS_CHANNEL "Channel"
|
||||
#define CLASS_HTTP "HTTP"
|
||||
#define CLASS_MAP "Map"
|
||||
#define CLASS_CORE "Core"
|
||||
#define CLASS_TXN "TXN"
|
||||
#define CLASS_FETCHES "Fetches"
|
||||
#define CLASS_CONVERTERS "Converters"
|
||||
#define CLASS_SOCKET "Socket"
|
||||
#define CLASS_CHANNEL "Channel"
|
||||
#define CLASS_HTTP "HTTP"
|
||||
#define CLASS_MAP "Map"
|
||||
|
||||
struct stream;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue