rework log handling
- make logging events more structured - add fine grained control over log events - make it possible to receive more detailed events via ubus Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
@@ -24,7 +24,7 @@ IF(NOT HAVE_PCAP_H)
|
||||
MESSAGE(FATAL_ERROR "pcap/pcap.h is not found")
|
||||
ENDIF()
|
||||
|
||||
SET(SOURCES main.c local_node.c node.c sta.c policy.c ubus.c remote.c parse.c netifd.c timeout.c)
|
||||
SET(SOURCES main.c local_node.c node.c sta.c policy.c ubus.c remote.c parse.c netifd.c timeout.c event.c)
|
||||
|
||||
IF(NL_CFLAGS)
|
||||
ADD_DEFINITIONS(${NL_CFLAGS})
|
||||
|
Reference in New Issue
Block a user