arp: profiling logger id must come before LOGGER_SIZE

Also added comment to make this more clear.
pull/11683/head
Jason Ish 6 months ago committed by Victor Julien
parent 629873c2bc
commit d7e33a51bc

@ -491,8 +491,10 @@ typedef enum {
LOGGER_JSON_METADATA, LOGGER_JSON_METADATA,
LOGGER_JSON_FRAME, LOGGER_JSON_FRAME,
LOGGER_JSON_STREAM, LOGGER_JSON_STREAM,
LOGGER_SIZE,
LOGGER_JSON_ARP, LOGGER_JSON_ARP,
/* Must come last. */
LOGGER_SIZE,
} LoggerId; } LoggerId;
/* If we don't have Lua, create a typedef for lua_State so the /* If we don't have Lua, create a typedef for lua_State so the

Loading…
Cancel
Save