Moved a lot of code around (trace is under utils, and log, admin and priv become 'top level'…
Moved a lot of code around (trace is under utils, and log, admin and priv become 'top level'
entities, not under 'core' anymore). Also re-wrote the trace code to both use variadic
macros, and automatically figure out the function names (
MANTRA-28), and made a macro that
combines MT_BE/MT_FUNC and MT_RET/MT_EE and used that throughout the code.