Attention is currently required from: fixeria.
1 comment:
File include/osmocom/core/utils.h:
Patch Set #1, Line 284: /*! Get remaining space for characters and terminating nul in the given struct osmo_strbuf.
i'm not sure about the inlining, I think i'd just submit a normal function in utils.c.
surely it has some drawbacks somewhere to gather more and more static inline functions (re-compiling the same code bits over and over for every .c context that includes it?)
with macros it's slightly different, they are compiled only when actually in use, otherwise the preproc makes them disappear completely
To view, visit change 35312. To unsubscribe, or for help writing mail filters, visit settings.