Daniel-Constantin Mierla writes:
This has implications on other parts, such as variables where they can be accessed and set via $mf (iirc).
Other parts of the code should not assume anything about the actual length of flag_t. If they do, that code needs to be fixed.
As an alternative for now would be using an avp or xavps, and do bitwise operations (`|` and `&`) to set or test.
Use of avps for storing bit flags is too slow.
-- Juha