Attention is currently required from: neels, laforge, fixeria.
1 comment:
File include/osmocom/pfcp/pfcp_msg.h:
Patch Set #3, Line 44: #define OSMO_LOG_PFCP_MSG_SRC(M, LEVEL, file, line, FMT, ARGS...) do { \
in principle LOG_TS(), LOG_LCHAN() and others are doing similar things. […]
Because in general it doesn't make sense to force the compiler to generate all that code duplicated every time you want to log something.
Better put it in a function and let the compiler decide what to do.
To view, visit change 27631. To unsubscribe, or for help writing mail filters, visit settings.