libosmocore/include
Vadim Yanitskiy 9ac355ad51 core/utils.h: wrap OSMO_ASSERT() with do { ... } while (0)
Using do-while is a common practice for complex macros.  This allows
invoking OSMO_ASSERT in simple if-else statements without braces.

Change-Id: I42d9c315c9c30bce828564a63c496ee62e5c1431
2022-02-08 12:50:48 +06:00
..
osmocom core/utils.h: wrap OSMO_ASSERT() with do { ... } while (0) 2022-02-08 12:50:48 +06:00
Makefile.am select: gather statistics for TCP connections 2021-12-23 14:52:15 +00:00